Skip to content

Commit

Permalink
Removed the "callable" type hint for PHP 5.3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
smortensen committed Jul 27, 2015
1 parent 468290e commit 733efd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Server
/**
* @param callable $interpreter
*/
public function __construct(callable $interpreter)
public function __construct($interpreter)
{
$this->interpreter = $interpreter;
}
Expand Down

0 comments on commit 733efd0

Please sign in to comment.