Skip to content

Commit 1aef4d2

Browse files
author
Yaroslav Onischenko
committed
MAGETWO-43302: Prepare pull request for M11 nord changes
1 parent dc469e4 commit 1aef4d2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/SampleData/registration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
\Magento\Framework\Component\ComponentRegistrar::MODULE,
99
'Magento_SampleData',
1010
__DIR__
11-
);
11+
);

lib/internal/Magento/Framework/App/Utility/Files.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ private function getAppCodeFiles($flags)
273273
} else {
274274
foreach ($this->componentRegistrar->getPaths(ComponentRegistrar::MODULE) as $moduleDir) {
275275
$excludePaths[] = str_replace('\\', '/', '#' . $moduleDir . '/registration.php#');
276+
$excludePaths[] = str_replace('\\', '/', '#' . $moduleDir . '/cli_commands.php#');
276277
}
277278
}
278279
return $this->getFilesSubset(

0 commit comments

Comments
 (0)