@@ -151,7 +151,7 @@ |
||
151 | 151 | /** |
152 | 152 | * Check if a given email is a good email. |
153 | 153 | * |
154 | - * @param $email |
|
154 | + * @param string $email |
|
155 | 155 | * |
156 | 156 | * @return bool |
157 | 157 | */ |
@@ -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 | } |