@@ -47,7 +47,7 @@ |
||
47 | 47 | /** |
48 | 48 | * Execute the console command. |
49 | 49 | * |
50 | - * @return bool|null |
|
50 | + * @return false|null |
|
51 | 51 | */ |
52 | 52 | public function handle() |
53 | 53 | { |
@@ -135,7 +135,7 @@ |
||
135 | 135 | * |
136 | 136 | * @param \Illuminate\Contracts\Validation\Validator $validator |
137 | 137 | * |
138 | - * @return array |
|
138 | + * @return \Symfony\Component\HttpFoundation\Response|null |
|
139 | 139 | */ |
140 | 140 | protected function formatErrors(Validator $validator) |
141 | 141 | { |