Skip to content

Commit 21e3fe6

Browse files
committed
Adjust event docs to use fake docblocks
1 parent db7a816 commit 21e3fe6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Server.php

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

8-
// Events: connection
8+
/** @event connection */
99
class Server extends EventEmitter implements ServerInterface
1010
{
1111
public $master;

ServerInterface.php

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

55
use Evenement\EventEmitterInterface;
66

7-
// Events: connection
7+
/** @event connection */
88
interface ServerInterface extends EventEmitterInterface
99
{
1010
public function listen($port, $host = '127.0.0.1');

0 commit comments

Comments
 (0)