Skip to content

Commit aa7d770

Browse files
committed
Remove space in array variable
1 parent 4a5fecc commit aa7d770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/InstallPackageCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ private function download($packageName, $provider, $options = array()) {
194194
// no matches, skip empty package name
195195
if ($foundPkg['total'] > 0) {
196196

197-
$packages [strtolower((string) $foundPkg->name)] = array (
197+
$packages[strtolower((string) $foundPkg->name)] = array (
198198
'name' => (string) $foundPkg->name,
199199
'version' => (string) $foundPkg->version,
200200
'location' => (string) $foundPkg->location,

0 commit comments

Comments
 (0)