Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit f83a669

Browse files
authored
Apply fixes from StyleCI (#470)
1 parent 0b412cd commit f83a669

File tree

6 files changed

+5
-7
lines changed

6 files changed

+5
-7
lines changed

src/Apps/AppManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
interface AppManager
66
{
7-
/**
7+
/**
88
* Get all apps.
99
*
1010
* @return array[\BeyondCode\LaravelWebSockets\Apps\App]

src/Apps/ConfigAppManager.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace BeyondCode\LaravelWebSockets\Apps;
44

5-
use Illuminate\Support\Collection;
6-
75
class ConfigAppManager implements AppManager
86
{
97
/**

src/Server/Logger/ConnectionLogger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class ConnectionLogger extends Logger implements ConnectionInterface
1717
* Create a new instance and add a connection to watch.
1818
*
1919
* @param \Ratchet\ConnectionInterface $connection
20-
* @return Self
20+
* @return self
2121
*/
2222
public static function decorate(ConnectionInterface $app): self
2323
{

src/Server/Logger/HttpLogger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class HttpLogger extends Logger implements MessageComponentInterface
1919
* Create a new instance and add the app to watch.
2020
*
2121
* @param \Ratchet\MessageComponentInterface $app
22-
* @return Self
22+
* @return self
2323
*/
2424
public static function decorate(MessageComponentInterface $app): self
2525
{

src/Server/Logger/WebsocketsLogger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class WebsocketsLogger extends Logger implements MessageComponentInterface
2121
* Create a new instance and add the app to watch.
2222
*
2323
* @param \Ratchet\MessageComponentInterface $app
24-
* @return Self
24+
* @return self
2525
*/
2626
public static function decorate(MessageComponentInterface $app): self
2727
{

src/Statistics/Events/StatisticsUpdated.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class StatisticsUpdated implements ShouldBroadcast
1414
use SerializesModels;
1515

1616
/**
17-
* The statistic instance that got updated
17+
* The statistic instance that got updated.
1818
*
1919
* @var \BeyondCode\LaravelWebSockets\Statistics\Models\WebSocketsStatisticsEntry
2020
*/

0 commit comments

Comments
 (0)