Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Commit

Permalink
fixed connection interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mwillbanks committed Jun 11, 2012
1 parent 39785aa commit ef5c86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mwGearman/ConnectionInterface.php
Expand Up @@ -61,5 +61,5 @@ public function getTimeout();
* @param int $timeout
* @return ConnectionInterface
*/
public function setTimeout();
public function setTimeout($timeout);
}

0 comments on commit ef5c86a

Please sign in to comment.