Skip to content

Commit ae6a043

Browse files
committed
chore: add phpcs ignore for failing tests
1 parent 6a3bdcc commit ae6a043

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Webapi/Model/Config/Converter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ public function convert($source)
8383
} else {
8484
$serviceClassData[self::KEY_METHODS][$soapMethod][self::KEY_ACL_RESOURCES] =
8585
array_unique(
86+
// phpcs:ignore Magento2.Performance.ForeachArrayMerge
8687
array_merge(
8788
$serviceClassData[self::KEY_METHODS][$soapMethod][self::KEY_ACL_RESOURCES],
8889
$resourcePermissionSet

0 commit comments

Comments
 (0)