Apply fixes from StyleCI (#470)
This commit is contained in:
parent
0b412cd98e
commit
f83a669000
|
|
@ -4,7 +4,7 @@ namespace BeyondCode\LaravelWebSockets\Apps;
|
||||||
|
|
||||||
interface AppManager
|
interface AppManager
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Get all apps.
|
* Get all apps.
|
||||||
*
|
*
|
||||||
* @return array[\BeyondCode\LaravelWebSockets\Apps\App]
|
* @return array[\BeyondCode\LaravelWebSockets\Apps\App]
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
namespace BeyondCode\LaravelWebSockets\Apps;
|
namespace BeyondCode\LaravelWebSockets\Apps;
|
||||||
|
|
||||||
use Illuminate\Support\Collection;
|
|
||||||
|
|
||||||
class ConfigAppManager implements AppManager
|
class ConfigAppManager implements AppManager
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ class ConnectionLogger extends Logger implements ConnectionInterface
|
||||||
* Create a new instance and add a connection to watch.
|
* Create a new instance and add a connection to watch.
|
||||||
*
|
*
|
||||||
* @param \Ratchet\ConnectionInterface $connection
|
* @param \Ratchet\ConnectionInterface $connection
|
||||||
* @return Self
|
* @return self
|
||||||
*/
|
*/
|
||||||
public static function decorate(ConnectionInterface $app): self
|
public static function decorate(ConnectionInterface $app): self
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ class HttpLogger extends Logger implements MessageComponentInterface
|
||||||
* Create a new instance and add the app to watch.
|
* Create a new instance and add the app to watch.
|
||||||
*
|
*
|
||||||
* @param \Ratchet\MessageComponentInterface $app
|
* @param \Ratchet\MessageComponentInterface $app
|
||||||
* @return Self
|
* @return self
|
||||||
*/
|
*/
|
||||||
public static function decorate(MessageComponentInterface $app): self
|
public static function decorate(MessageComponentInterface $app): self
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ class WebsocketsLogger extends Logger implements MessageComponentInterface
|
||||||
* Create a new instance and add the app to watch.
|
* Create a new instance and add the app to watch.
|
||||||
*
|
*
|
||||||
* @param \Ratchet\MessageComponentInterface $app
|
* @param \Ratchet\MessageComponentInterface $app
|
||||||
* @return Self
|
* @return self
|
||||||
*/
|
*/
|
||||||
public static function decorate(MessageComponentInterface $app): self
|
public static function decorate(MessageComponentInterface $app): self
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ class StatisticsUpdated implements ShouldBroadcast
|
||||||
use SerializesModels;
|
use SerializesModels;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The statistic instance that got updated
|
* The statistic instance that got updated.
|
||||||
*
|
*
|
||||||
* @var \BeyondCode\LaravelWebSockets\Statistics\Models\WebSocketsStatisticsEntry
|
* @var \BeyondCode\LaravelWebSockets\Statistics\Models\WebSocketsStatisticsEntry
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue