@@ -25,7 +25,7 @@ discard block |
||
25 | 25 | /** |
26 | 26 | * Execute the console command. |
27 | 27 | * |
28 | - * @return void |
|
28 | + * @return false|null |
|
29 | 29 | */ |
30 | 30 | public function handle() |
31 | 31 | { |
@@ -159,7 +159,7 @@ discard block |
||
159 | 159 | /** |
160 | 160 | * Check if the table column contains the specified keywords of the array |
161 | 161 | * @param string $haystack |
162 | - * @param array $needle |
|
162 | + * @param string[] $needle |
|
163 | 163 | * @return bool |
164 | 164 | */ |
165 | 165 | private function check_column(string $haystack, array $needle) |