Apply fixes from StyleCI (#1044)

This commit is contained in:
Marcel Pociot 2022-10-06 20:42:05 +02:00 committed by GitHub
parent f2d3baebbd
commit 1f25913ce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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
{ {