StyleCI fixes

This commit is contained in:
Francis Lavoie 2019-09-03 11:52:18 -04:00
parent e259cac51e
commit 5979f63af6
No known key found for this signature in database
GPG Key ID: B9E0E04A76AF4692
3 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,6 @@ namespace BeyondCode\LaravelWebSockets\HttpApi\Controllers;
use Illuminate\Http\Request;
use Illuminate\Support\Collection;
use React\Promise\PromiseInterface;
use Symfony\Component\HttpKernel\Exception\HttpException;
use BeyondCode\LaravelWebSockets\WebSockets\Channels\PresenceChannel;

View File

@ -11,7 +11,7 @@ use BeyondCode\LaravelWebSockets\PubSub\ReplicationInterface;
class LocalClient implements ReplicationInterface
{
/**
* Mapping of the presence JSON data for users in each channel
* Mapping of the presence JSON data for users in each channel.
*
* @var string[][]
*/

View File

@ -10,7 +10,7 @@ use BeyondCode\LaravelWebSockets\WebSockets\Exceptions\InvalidSignature;
class PresenceChannel extends Channel
{
/**
* Data for the users connected to this channel
* Data for the users connected to this channel.
*
* Note: If replication is enabled, this will only contain entries
* for the users directly connected to this server instance. Requests