Apply fixes from StyleCI (#481)

This commit is contained in:
rennokki 2020-08-22 21:55:09 +03:00 committed by GitHub
parent 92870c088a
commit 94d13b4877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,8 +3,8 @@
namespace BeyondCode\LaravelWebSockets\Tests\PubSub;
use BeyondCode\LaravelWebSockets\PubSub\Drivers\RedisClient;
use BeyondCode\LaravelWebSockets\Tests\TestCase;
use BeyondCode\LaravelWebSockets\Tests\Mocks\RedisFactory;
use BeyondCode\LaravelWebSockets\Tests\TestCase;
use React\EventLoop\Factory as LoopFactory;
class RedisDriverTest extends TestCase