Apply fixes from StyleCI (#1044)
This commit is contained in:
parent
f2d3baebbd
commit
1f25913ce0
|
|
@ -13,8 +13,8 @@ use Illuminate\Console\Command;
|
||||||
use Illuminate\Support\Facades\Cache;
|
use Illuminate\Support\Facades\Cache;
|
||||||
use React\EventLoop\Factory as LoopFactory;
|
use React\EventLoop\Factory as LoopFactory;
|
||||||
use React\EventLoop\LoopInterface;
|
use React\EventLoop\LoopInterface;
|
||||||
use Symfony\Component\Console\Output\OutputInterface;
|
|
||||||
use function React\Promise\all;
|
use function React\Promise\all;
|
||||||
|
use Symfony\Component\Console\Output\OutputInterface;
|
||||||
|
|
||||||
class StartServer extends Command
|
class StartServer extends Command
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue