Skip to content

Commit cd9ff1e

Browse files
#24044: Static test fix.
1 parent 2861ca4 commit cd9ff1e

File tree

1 file changed

+1
-0
lines changed
  • lib/internal/Magento/Framework/Console

1 file changed

+1
-0
lines changed

lib/internal/Magento/Framework/Console/Cli.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ protected function getVendorCommands($objectManager)
214214
$commands = [];
215215
foreach (CommandLocator::getCommands() as $commandListClass) {
216216
if (class_exists($commandListClass)) {
217+
// phpcs:ignore Magento2.Performance.ForeachArrayMerge
217218
$commands = array_merge(
218219
$commands,
219220
$objectManager->create($commandListClass)->getCommands()

0 commit comments

Comments
 (0)