StyleCI Fixes (#2070)

StyleNazi missed these (lack of ext, I imagine).
This commit is contained in:
Connor S. Parks
2016-08-18 16:22:01 +01:00
committed by Graham Campbell
parent 1775cc9a4b
commit dbb87782e3

View File

@@ -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()
);
/*