Skip to content

Commit eb2ed54

Browse files
committed
Apply fixes from StyleCI
1 parent ba260b7 commit eb2ed54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Console/ServeCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
use Illuminate\Support\Carbon;
77
use Illuminate\Support\Env;
88
use Illuminate\Support\InteractsWithTime;
9-
use InvalidArgumentException;
109
use Symfony\Component\Console\Attribute\AsCommand;
1110
use Symfony\Component\Console\Input\InputOption;
1211
use Symfony\Component\Process\Process;
12+
1313
use function Illuminate\Support\php_binary;
1414
use function Termwind\terminal;
1515

0 commit comments

Comments
 (0)