StyleCI fixes
This commit is contained in:
parent
e259cac51e
commit
5979f63af6
|
|
@ -4,7 +4,6 @@ namespace BeyondCode\LaravelWebSockets\HttpApi\Controllers;
|
||||||
|
|
||||||
use Illuminate\Http\Request;
|
use Illuminate\Http\Request;
|
||||||
use Illuminate\Support\Collection;
|
use Illuminate\Support\Collection;
|
||||||
use React\Promise\PromiseInterface;
|
|
||||||
use Symfony\Component\HttpKernel\Exception\HttpException;
|
use Symfony\Component\HttpKernel\Exception\HttpException;
|
||||||
use BeyondCode\LaravelWebSockets\WebSockets\Channels\PresenceChannel;
|
use BeyondCode\LaravelWebSockets\WebSockets\Channels\PresenceChannel;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ use BeyondCode\LaravelWebSockets\PubSub\ReplicationInterface;
|
||||||
class LocalClient implements 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[][]
|
* @var string[][]
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ use BeyondCode\LaravelWebSockets\WebSockets\Exceptions\InvalidSignature;
|
||||||
class PresenceChannel extends Channel
|
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
|
* Note: If replication is enabled, this will only contain entries
|
||||||
* for the users directly connected to this server instance. Requests
|
* for the users directly connected to this server instance. Requests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue