@@ -49,7 +49,7 @@ discard block |
||
| 49 | 49 | /** |
| 50 | 50 | * Execute the console command. |
| 51 | 51 | * |
| 52 | - * @return mixed |
|
| 52 | + * @return integer|null |
|
| 53 | 53 | */ |
| 54 | 54 | public function handle() |
| 55 | 55 | { |
@@ -82,7 +82,7 @@ discard block |
||
| 82 | 82 | /** |
| 83 | 83 | * Get the PHP binary to execute. |
| 84 | 84 | * |
| 85 | - * @return array |
|
| 85 | + * @return string[] |
|
| 86 | 86 | */ |
| 87 | 87 | protected function binary() |
| 88 | 88 | { |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use Dotenv\Dotenv; |
| 6 | 6 | use Dotenv\Repository\RepositoryBuilder; |
| 7 | 7 | use Illuminate\Console\Command; |
| 8 | -use Illuminate\Support\Env; |
|
| 9 | 8 | use Illuminate\Support\Str; |
| 10 | 9 | use RuntimeException; |
| 11 | 10 | use Symfony\Component\Process\Exception\ProcessSignaledException; |