@@ -229,7 +229,7 @@ |
||
| 229 | 229 | throw new ProcessFailedException($agent); |
| 230 | 230 | } |
| 231 | 231 | |
| 232 | - register_shutdown_function(function () use ($agent) { |
|
| 232 | + register_shutdown_function(function() use ($agent) { |
|
| 233 | 233 | $agent->stop(); |
| 234 | 234 | }); |
| 235 | 235 | |