@@ -43,7 +43,7 @@ |
||
| 43 | 43 | $this->stdio = $stdio; |
| 44 | 44 | $this->context = $context; |
| 45 | 45 | |
| 46 | - $this->setListener(function () { return true; }); |
|
| 46 | + $this->setListener(function() { return true; }); |
|
| 47 | 47 | } |
| 48 | 48 | |
| 49 | 49 | /** |