Apply fixes from StyleCI (#470)
This commit is contained in:
parent
0b412cd98e
commit
f83a669000
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
namespace BeyondCode\LaravelWebSockets\Apps;
|
||||
|
||||
use Illuminate\Support\Collection;
|
||||
|
||||
class ConfigAppManager implements AppManager
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue