@@ -101,7 +101,7 @@ |
||
| 101 | 101 | */ |
| 102 | 102 | protected function executeMutedCallback() |
| 103 | 103 | { |
| 104 | - $handleError = function ($exception) { |
|
| 104 | + $handleError = function($exception) { |
|
| 105 | 105 | $this->result->setException($exception); |
| 106 | 106 | $this->result->setValue(null); |
| 107 | 107 | }; |