Skip to content

Commit

Permalink
StyleCI Fixes (#2070)
Browse files Browse the repository at this point in the history
StyleNazi missed these (lack of ext, I imagine).
  • Loading branch information
ConnorVG authored and GrahamCampbell committed Aug 18, 2016
1 parent 1775cc9 commit dbb8778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions artisan
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ $app = require_once __DIR__.'/bootstrap/app.php';
$kernel = $app->make('Illuminate\Contracts\Console\Kernel');

$status = $kernel->handle(
$input = new Symfony\Component\Console\Input\ArgvInput,
new Symfony\Component\Console\Output\ConsoleOutput
$input = new Symfony\Component\Console\Input\ArgvInput(),
new Symfony\Component\Console\Output\ConsoleOutput()
);

/*
Expand Down

0 comments on commit dbb8778

Please sign in to comment.