@@ -65,7 +65,7 @@ discard block |
||
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 |
||
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 | } |