Completed
Push — master ( 5ffc4a...ec3284 )
by recca
01:20
created
src/Application.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,6 @@
 block discarded – undo
44 44
      * Resolve an array of commands through the application.
45 45
      *
46 46
      * @param array|mixed $commands
47
-     * @param bool $web
48 47
      * @return $this
49 48
      */
50 49
     public function resolveCommands($commands)
Please login to merge, or discard this patch.
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace Recca0120\Terminal;
4 4
 
5
+use Illuminate\Console\Application as ConsoleApplication;
5 6
 use Illuminate\Http\Request;
6 7
 use Recca0120\Terminal\Contracts\WebCommand;
8
+use Symfony\Component\Console\Formatter\OutputFormatter;
7 9
 use Symfony\Component\Console\Input\StringInput;
8 10
 use Symfony\Component\Console\Output\BufferedOutput;
9
-use Symfony\Component\Console\Formatter\OutputFormatter;
10
-use Illuminate\Console\Application as ConsoleApplication;
11 11
 
12 12
 class Application extends ConsoleApplication
13 13
 {
Please login to merge, or discard this patch.