@@ -46,7 +46,7 @@ discard block |
||
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 |
||
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)) { |