Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 0fdc0bc

Browse files
committed
Merge branch 'refactor/pubsub-replication-tests' of github.com:beyondcode/laravel-websockets into refactor/pubsub-replication-tests
2 parents 50f0b70 + 5c3e87e commit 0fdc0bc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/WebSocketsServiceProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
use Illuminate\Support\ServiceProvider;
2121
use Psr\Log\LoggerInterface;
2222
use Pusher\Pusher;
23-
use React\EventLoop\Factory as LoopFactory;
2423

2524
class WebSocketsServiceProvider extends ServiceProvider
2625
{

tests/Mocks/RedisFactory.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
namespace BeyondCode\LaravelWebSockets\Tests\Mocks;
44

5-
use Clue\Redis\Protocol\Factory as ProtocolFactory;
65
use Clue\React\Redis\Factory;
7-
use React\EventLoop\Factory as LoopFactory;
6+
use Clue\Redis\Protocol\Factory as ProtocolFactory;
87
use React\EventLoop\LoopInterface;
98
use React\Socket\ConnectorInterface;
109

@@ -28,7 +27,7 @@ public function __construct(LoopInterface $loop, ConnectorInterface $connector =
2827
}
2928

3029
/**
31-
* Create Redis client connected to address of given redis instance
30+
* Create Redis client connected to address of given redis instance.
3231
*
3332
* @param string $target
3433
* @return Client

0 commit comments

Comments
 (0)