@@ -121,7 +121,7 @@ |
||
| 121 | 121 | break; |
| 122 | 122 | |
| 123 | 123 | case self::MODE_EVENT_STREAM: |
| 124 | - $output = new CallbackStream(function () { |
|
| 124 | + $output = new CallbackStream(function() { |
|
| 125 | 125 | return $this->results(); |
| 126 | 126 | }); |
| 127 | 127 | |