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 dc469e4 commit 1aef4d2Copy full SHA for 1aef4d2
app/code/Magento/SampleData/registration.php
@@ -8,4 +8,4 @@
8
\Magento\Framework\Component\ComponentRegistrar::MODULE,
9
'Magento_SampleData',
10
__DIR__
11
-);
+);
lib/internal/Magento/Framework/App/Utility/Files.php
@@ -273,6 +273,7 @@ private function getAppCodeFiles($flags)
273
} else {
274
foreach ($this->componentRegistrar->getPaths(ComponentRegistrar::MODULE) as $moduleDir) {
275
$excludePaths[] = str_replace('\\', '/', '#' . $moduleDir . '/registration.php#');
276
+ $excludePaths[] = str_replace('\\', '/', '#' . $moduleDir . '/cli_commands.php#');
277
}
278
279
return $this->getFilesSubset(
0 commit comments