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