Skip to content

Commit

Permalink
Fixed based on comments in issue #zeromqGH-25
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikko Koppanen committed May 6, 2011
1 parent 0846325 commit 5908273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.php
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ public function add(ZMQ $object, $type) {}
*
* @param array &$readable array where to return the readable objects
* @param array &$writable array where to return the writable objects
* @param integer $timeout Timeout for poll in milliseconds. -1 polls as long as one of the objects comes readable/writable
* @param integer $timeout Timeout for poll in microseconds. -1 polls as long as one of the objects comes readable/writable
*
* @throws ZMQPollException if polling fails
* @return integer
Expand Down

0 comments on commit 5908273

Please sign in to comment.