@@ -236,7 +236,7 @@ |
||
| 236 | 236 | |
| 237 | 237 | protected function collectPackages() |
| 238 | 238 | { |
| 239 | - $fn = function ($pkg) { |
|
| 239 | + $fn = function($pkg) { |
|
| 240 | 240 | if (!empty($pkg) && strpos($pkg, '/') === false) { |
| 241 | 241 | throw new \InvalidArgumentException( |
| 242 | 242 | 'Package name format should be vendor/package:version (version can be omitted)' |