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 2861ca4 commit cd9ff1eCopy full SHA for cd9ff1e
lib/internal/Magento/Framework/Console/Cli.php
@@ -214,6 +214,7 @@ protected function getVendorCommands($objectManager)
214
$commands = [];
215
foreach (CommandLocator::getCommands() as $commandListClass) {
216
if (class_exists($commandListClass)) {
217
+ // phpcs:ignore Magento2.Performance.ForeachArrayMerge
218
$commands = array_merge(
219
$commands,
220
$objectManager->create($commandListClass)->getCommands()
0 commit comments