Apply fixes from StyleCI (#470)

This commit is contained in:
rennokki 2020-08-18 20:21:44 +03:00 committed by GitHub
parent 0b412cd98e
commit f83a669000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 5 additions and 7 deletions

View File

@ -4,7 +4,7 @@ namespace BeyondCode\LaravelWebSockets\Apps;
interface AppManager
{
/**
/**
* Get all apps.
*
* @return array[\BeyondCode\LaravelWebSockets\Apps\App]

View File

@ -2,8 +2,6 @@
namespace BeyondCode\LaravelWebSockets\Apps;
use Illuminate\Support\Collection;
class ConfigAppManager implements AppManager
{
/**

View File

@ -17,7 +17,7 @@ class ConnectionLogger extends Logger implements ConnectionInterface
* Create a new instance and add a connection to watch.
*
* @param \Ratchet\ConnectionInterface $connection
* @return Self
* @return self
*/
public static function decorate(ConnectionInterface $app): self
{

View File

@ -19,7 +19,7 @@ class HttpLogger extends Logger implements MessageComponentInterface
* Create a new instance and add the app to watch.
*
* @param \Ratchet\MessageComponentInterface $app
* @return Self
* @return self
*/
public static function decorate(MessageComponentInterface $app): self
{

View File

@ -21,7 +21,7 @@ class WebsocketsLogger extends Logger implements MessageComponentInterface
* Create a new instance and add the app to watch.
*
* @param \Ratchet\MessageComponentInterface $app
* @return Self
* @return self
*/
public static function decorate(MessageComponentInterface $app): self
{

View File

@ -14,7 +14,7 @@ class StatisticsUpdated implements ShouldBroadcast
use SerializesModels;
/**
* The statistic instance that got updated
* The statistic instance that got updated.
*
* @var \BeyondCode\LaravelWebSockets\Statistics\Models\WebSocketsStatisticsEntry
*/