@@ -51,7 +51,7 @@ |
||
| 51 | 51 | $this->stdio = $stdio; |
| 52 | 52 | $this->context = $context; |
| 53 | 53 | $this->pheanstalk = $pheanstalk; |
| 54 | - $this->listener = function () { return true; }; |
|
| 54 | + $this->listener = function() { return true; }; |
|
| 55 | 55 | } |
| 56 | 56 | |
| 57 | 57 | /** |