Completed
Branch master (d287ec)
by kacper
02:27
created
Category
src/Async/AsyncCall.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
 
47 47
         $process = new Process(self::CONSOLE_EXECUTE . $jobEncoded);
48 48
         $process->start(
49
-            function ($type, $buffer) use ($callback, $onError) {
49
+            function($type, $buffer) use ($callback, $onError) {
50 50
 
51 51
                 // if we can't decode probably child failed to execute
52 52
                 if ($decoded = base64_decode($buffer, true)) {
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
     {
83 83
         if (!self::$shutdownFunctionRegistered) {
84 84
             register_shutdown_function(
85
-                function () {
85
+                function() {
86 86
 
87 87
                     while (true) {
88 88
                         if (0 === count(self::$processList)) {
Please login to merge, or discard this patch.