Apply fixes from StyleCI

This commit is contained in:
Marcel Pociot
2020-09-07 18:20:13 +00:00
committed by StyleCI Bot
parent 0ebe6a4ce4
commit d9ab55f308
3 changed files with 1 additions and 4 deletions

View File

@@ -5,11 +5,9 @@ namespace App\Server\Http\Controllers;
use App\Contracts\ConnectionManager;
use App\Contracts\UserRepository;
use App\Http\QueryParameters;
use Illuminate\Support\Arr;
use Ratchet\ConnectionInterface;
use Ratchet\WebSocket\MessageComponentInterface;
use React\Promise\Deferred;
use React\Promise\FulfilledPromise;
use React\Promise\PromiseInterface;
use stdClass;