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

Commit 5979f63

Browse files
committed
StyleCI fixes
1 parent e259cac commit 5979f63

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/HttpApi/Controllers/FetchUsersController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Illuminate\Http\Request;
66
use Illuminate\Support\Collection;
7-
use React\Promise\PromiseInterface;
87
use Symfony\Component\HttpKernel\Exception\HttpException;
98
use BeyondCode\LaravelWebSockets\WebSockets\Channels\PresenceChannel;
109

src/PubSub/Drivers/LocalClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class LocalClient implements ReplicationInterface
1212
{
1313
/**
14-
* Mapping of the presence JSON data for users in each channel
14+
* Mapping of the presence JSON data for users in each channel.
1515
*
1616
* @var string[][]
1717
*/

src/WebSockets/Channels/PresenceChannel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class PresenceChannel extends Channel
1111
{
1212
/**
13-
* Data for the users connected to this channel
13+
* Data for the users connected to this channel.
1414
*
1515
* Note: If replication is enabled, this will only contain entries
1616
* for the users directly connected to this server instance. Requests

0 commit comments

Comments
 (0)