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 d9a1188 commit e53bc98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
use React\Stream\Stream;
use React\Stream\WritableStreamInterface;

// Events: headers-written, response
/**
* @event headers-written
* @event response
*/
class Request extends EventEmitter implements WritableStreamInterface
{
const STATE_INIT = 0;
Expand Down

0 comments on commit e53bc98

Please sign in to comment.