We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9166f02 commit 26a877cCopy full SHA for 26a877c
dev/tests/static/testsuite/Magento/Test/Integrity/PublicCodeTest.php
@@ -44,7 +44,7 @@ private function getWhitelist(): array
44
foreach (glob($whiteListFiles) as $fileName) {
45
$whiteListItems[] = file($fileName, FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
46
}
47
- $this->blockWhitelist = $whiteListItems;
+ $this->blockWhitelist = array_merge([], ...$whiteListItems);
48
49
return $this->blockWhitelist;
50
0 commit comments