Apply fixes from StyleCI (#500)

This commit is contained in:
rennokki 2020-09-04 09:47:46 +03:00 committed by GitHub
parent a45c0bf9cc
commit 855646a5a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,8 +2,8 @@
namespace BeyondCode\LaravelWebSockets\Tests\Mocks; namespace BeyondCode\LaravelWebSockets\Tests\Mocks;
use Clue\React\Redis\LazyClient as BaseLazyClient;
use Clue\React\Redis\Factory; use Clue\React\Redis\Factory;
use Clue\React\Redis\LazyClient as BaseLazyClient;
use Illuminate\Support\Facades\Cache; use Illuminate\Support\Facades\Cache;
use PHPUnit\Framework\Assert as PHPUnit; use PHPUnit\Framework\Assert as PHPUnit;
use React\EventLoop\LoopInterface; use React\EventLoop\LoopInterface;