Completed
Pull Request — master (#8)
by Jitendra
02:32 queued 39s
created
src/Console/InitCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -236,7 +236,7 @@
 block discarded – undo
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)'
Please login to merge, or discard this patch.