From 855646a5a7b190a0e32ed04abcf97245fcbfc0f3 Mon Sep 17 00:00:00 2001 From: rennokki Date: Fri, 4 Sep 2020 09:47:46 +0300 Subject: [PATCH] Apply fixes from StyleCI (#500) --- tests/Mocks/LazyClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Mocks/LazyClient.php b/tests/Mocks/LazyClient.php index 932d75c..41bd57c 100644 --- a/tests/Mocks/LazyClient.php +++ b/tests/Mocks/LazyClient.php @@ -2,8 +2,8 @@ namespace BeyondCode\LaravelWebSockets\Tests\Mocks; -use Clue\React\Redis\LazyClient as BaseLazyClient; use Clue\React\Redis\Factory; +use Clue\React\Redis\LazyClient as BaseLazyClient; use Illuminate\Support\Facades\Cache; use PHPUnit\Framework\Assert as PHPUnit; use React\EventLoop\LoopInterface;