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 3ff4494 commit 653e1caCopy full SHA for 653e1ca
src/InfoCommand.php
@@ -73,7 +73,7 @@ public function run($package, $installed = false)
73
}
74
75
$rawLines = explode("\n", str_replace("\r\n", "\n", $output));
76
- $result = [];
+ $result = [];
77
78
foreach ($rawLines as $line) {
79
$chunk = explode(':', $line);
0 commit comments