@@ -144,7 +144,7 @@ |
||
| 144 | 144 | } |
| 145 | 145 | |
| 146 | 146 | $result = new Result(); |
| 147 | - register_shutdown_function(function () use ($result) { |
|
| 147 | + register_shutdown_function(function() use ($result) { |
|
| 148 | 148 | $data = $this->dataRepository->load(getmypid()); |
| 149 | 149 | try { |
| 150 | 150 | $data->write($result); |