Skip to content

Commit

Permalink
Adjust event docs to use fake docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
igorw committed Dec 14, 2012
1 parent db7a816 commit 21e3fe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Evenement\EventEmitter;
use React\EventLoop\LoopInterface;

// Events: connection
/** @event connection */
class Server extends EventEmitter implements ServerInterface
{
public $master;
Expand Down
2 changes: 1 addition & 1 deletion ServerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Evenement\EventEmitterInterface;

// Events: connection
/** @event connection */
interface ServerInterface extends EventEmitterInterface
{
public function listen($port, $host = '127.0.0.1');
Expand Down

0 comments on commit 21e3fe6

Please sign in to comment.