Skip to content
Snippets Groups Projects
Commit 0224fa8d authored by Safwan Khan's avatar Safwan Khan
Browse files

MAGETWO-36072: Move dev/tools/Magento/Tools/Di/compiler.php

- Fixed code integrity test failure.
parent cef6c832
Branches
No related merge requests found
......@@ -47,7 +47,6 @@ class ClassesScanner implements ClassesScannerInterface
if (!(bool)$realPath) {
throw new FileSystemException(new \Magento\Framework\Phrase('Invalid path: %1', [$path]));
}
$recursiveIterator = new \RecursiveIteratorIterator(
new \RecursiveDirectoryIterator($realPath, \FilesystemIterator::FOLLOW_SYMLINKS),
\RecursiveIteratorIterator::SELF_FIRST
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment