Apply fixes from StyleCI

This commit is contained in:
Marcel Pociot
2021-05-21 15:21:13 +00:00
committed by StyleCI Bot
parent 717e8cf05c
commit 6c0aa790e5
9 changed files with 4 additions and 11 deletions

View File

@@ -2,15 +2,12 @@
namespace Tests\Feature\Server;
use App\Contracts\ConnectionManager;
use App\Server\Factory;
use Clue\React\Buzz\Browser;
use Clue\React\Buzz\Message\ResponseException;
use GuzzleHttp\Psr7\Response;
use Illuminate\Support\Str;
use Nyholm\Psr7\Request;
use Psr\Http\Message\ResponseInterface;
use Ratchet\Server\IoConnection;
use Tests\Feature\TestCase;
class AdminTest extends TestCase