Completed
Push — master ( 1bf5f4...f5ea7a )
by recca
09:00
created
src/Kernel.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.