Skip to content

Commit db7a816

Browse files
committed
Document events at the top of each EventEmitter class
1 parent a7566bf commit db7a816

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Server.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Evenement\EventEmitter;
66
use React\EventLoop\LoopInterface;
77

8+
// Events: connection
89
class Server extends EventEmitter implements ServerInterface
910
{
1011
public $master;

ServerInterface.php

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

55
use Evenement\EventEmitterInterface;
66

7+
// Events: connection
78
interface ServerInterface extends EventEmitterInterface
89
{
910
public function listen($port, $host = '127.0.0.1');

0 commit comments

Comments
 (0)