From a9f87dbf95feb2d73a7028bc1ac21f6868f6ac67 Mon Sep 17 00:00:00 2001 From: rennokki Date: Sat, 19 Sep 2020 15:41:47 +0000 Subject: [PATCH] Apply fixes from StyleCI (#546) --- tests/PresenceChannelTest.php | 1 - tests/PrivateChannelTest.php | 1 - tests/PublicChannelTest.php | 1 - 3 files changed, 3 deletions(-) diff --git a/tests/PresenceChannelTest.php b/tests/PresenceChannelTest.php index 1660e50..d983c78 100644 --- a/tests/PresenceChannelTest.php +++ b/tests/PresenceChannelTest.php @@ -4,7 +4,6 @@ namespace BeyondCode\LaravelWebSockets\Test; use BeyondCode\LaravelWebSockets\API\TriggerEvent; use BeyondCode\LaravelWebSockets\Server\Exceptions\InvalidSignature; -use Carbon\Carbon; use GuzzleHttp\Psr7\Request; use Illuminate\Http\JsonResponse; use Pusher\Pusher; diff --git a/tests/PrivateChannelTest.php b/tests/PrivateChannelTest.php index 1cca6d3..90efa6d 100644 --- a/tests/PrivateChannelTest.php +++ b/tests/PrivateChannelTest.php @@ -4,7 +4,6 @@ namespace BeyondCode\LaravelWebSockets\Test; use BeyondCode\LaravelWebSockets\API\TriggerEvent; use BeyondCode\LaravelWebSockets\Server\Exceptions\InvalidSignature; -use Carbon\Carbon; use GuzzleHttp\Psr7\Request; use Illuminate\Http\JsonResponse; use Pusher\Pusher; diff --git a/tests/PublicChannelTest.php b/tests/PublicChannelTest.php index 50ebc5b..b16498d 100644 --- a/tests/PublicChannelTest.php +++ b/tests/PublicChannelTest.php @@ -3,7 +3,6 @@ namespace BeyondCode\LaravelWebSockets\Test; use BeyondCode\LaravelWebSockets\API\TriggerEvent; -use Carbon\Carbon; use GuzzleHttp\Psr7\Request; use Illuminate\Http\JsonResponse; use Pusher\Pusher;