We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba22b2 commit 5454de5Copy full SHA for 5454de5
src/Server/Logger/WebsocketsLogger.php
@@ -14,7 +14,7 @@ class WebsocketsLogger extends Logger implements MessageComponentInterface
14
protected $app;
15
16
/**
17
- * WebsocketsLogger polymorphic constructor for Logger Singleton instanciation and WSServer instanciation
+ * WebsocketsLogger polymorphic constructor for Logger Singleton instanciation and WSServer instanciation.
18
*
19
* @param MessageComponentInterface|OutputInterface $app
20
*/
@@ -26,7 +26,7 @@ public function __construct($app)
26
$this->app = $app;
27
}
28
29
-
+
30
public static function decorate(MessageComponentInterface $app): self
31
{
32
$logger = app(self::class);
0 commit comments