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 db7a816 commit 21e3fe6Copy full SHA for 21e3fe6
2 files changed
Server.php
@@ -5,7 +5,7 @@
5
use Evenement\EventEmitter;
6
use React\EventLoop\LoopInterface;
7
8
-// Events: connection
+/** @event connection */
9
class Server extends EventEmitter implements ServerInterface
10
{
11
public $master;
ServerInterface.php
@@ -4,7 +4,7 @@
4
use Evenement\EventEmitterInterface;
interface ServerInterface extends EventEmitterInterface
public function listen($port, $host = '127.0.0.1');
0 commit comments