Skip to content

Commit ed8a7b5

Browse files
committed
Merge branch 'MAGETWO-58386' into bugfixes
2 parents fc77455 + eb5d0e7 commit ed8a7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/static/testsuite/Magento/Test/Integrity/Library/DependencyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function ($file) {
7373
(new Injectable())->getDependencies($fileReflection),
7474
$tokens->getDependencies()
7575
);
76-
$allowedNamespaces = str_replace('\\','\\\\', implode('|', $this->getAllowedNamespaces()));
76+
$allowedNamespaces = str_replace('\\', '\\\\', implode('|', $this->getAllowedNamespaces()));
7777
$pattern = '#Magento\\\\(?!' . $allowedNamespaces . ').*#';
7878
foreach ($dependencies as $dependency) {
7979
$dependencyPaths = explode('\\', $dependency);

0 commit comments

Comments
 (0)