Passed
Branch master (30d06a)
by Joel
03:11
created
Category
Tests/ClientTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -229,7 +229,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.