Skip to content

Commit 3ff4494

Browse files
committed
MAGETWO-51439: [Github] System Upgrade drop-down does not work when add git based repo #3935
- Resolved merge error. Added missing array initialization for a local variable
1 parent 44c6a3b commit 3ff4494

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/InfoCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public function run($package, $installed = false)
7373
}
7474

7575
$rawLines = explode("\n", str_replace("\r\n", "\n", $output));
76+
$result = [];
7677

7778
foreach ($rawLines as $line) {
7879
$chunk = explode(':', $line);

0 commit comments

Comments
 (0)