@@ -102,7 +102,7 @@ |
||
| 102 | 102 | /** |
| 103 | 103 | * Get all of the commands registered with the console. |
| 104 | 104 | * |
| 105 | - * @return array |
|
| 105 | + * @return \Symfony\Component\Console\Command\Command[] |
|
| 106 | 106 | */ |
| 107 | 107 | public function all() |
| 108 | 108 | { |
@@ -2,9 +2,9 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Recca0120\Terminal; |
| 4 | 4 | |
| 5 | +use Illuminate\Contracts\Console\Kernel as KernelContract; |
|
| 5 | 6 | use Illuminate\Support\Arr; |
| 6 | 7 | use Recca0120\Terminal\Application as Artisan; |
| 7 | -use Illuminate\Contracts\Console\Kernel as KernelContract; |
|
| 8 | 8 | |
| 9 | 9 | class Kernel implements KernelContract |
| 10 | 10 | { |