Completed
Push — master ( 2c6f37...09f75a )
by Pierre
16:59 queued 12:09
created
src/Commands/CreateCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
     {
66 66
         return $this->askAndValidate(
67 67
             'Package name (<vendor>/<name>) [<comment>'.$package.'</comment>]: ',
68
-            function ($value) use ($package) {
68
+            function($value) use ($package) {
69 69
                 if (null === $value) {
70 70
                     return $package;
71 71
                 }
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
 
94 94
         return $this->askAndValidate(
95 95
             'Author [<comment>'.$author.'</comment>]: ',
96
-            function ($value) use ($self, $author) {
96
+            function($value) use ($self, $author) {
97 97
                 if (null === $value) {
98 98
                     return $author;
99 99
                 }
Please login to merge, or discard this patch.