From 16446309caee3c0ef8337cf6628501ace385779a Mon Sep 17 00:00:00 2001 From: rennokki Date: Thu, 13 Aug 2020 14:25:10 +0300 Subject: [PATCH] Apply fixes from StyleCI (#449) --- tests/Commands/StartWebSocketServerTest.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/Commands/StartWebSocketServerTest.php b/tests/Commands/StartWebSocketServerTest.php index 3420c8f..637c1c8 100644 --- a/tests/Commands/StartWebSocketServerTest.php +++ b/tests/Commands/StartWebSocketServerTest.php @@ -2,11 +2,7 @@ namespace BeyondCode\LaravelWebSockets\Tests\Commands; -use Artisan; -use BeyondCode\LaravelWebSockets\Statistics\Models\WebSocketsStatisticsEntry; use BeyondCode\LaravelWebSockets\Tests\TestCase; -use Carbon\Carbon; -use Illuminate\Support\Collection; class StartWebSocketServerTest extends TestCase {