@@ -133,7 +133,7 @@ |
||
| 133 | 133 | } |
| 134 | 134 | |
| 135 | 135 | $return = null; |
| 136 | - register_shutdown_function(function () use ($callable, $args, &$return) { |
|
| 136 | + register_shutdown_function(function() use ($callable, $args, &$return) { |
|
| 137 | 137 | $processInformation['callable'] = $callable instanceof \Closure ? '*Closure*' : $callable; |
| 138 | 138 | $processInformation['args'] = $args; |
| 139 | 139 | $processInformation['return'] = $return; |
@@ -64,7 +64,7 @@ |
||
| 64 | 64 | |
| 65 | 65 | /** |
| 66 | 66 | * @param mixed $offset |
| 67 | - * @return mixed |
|
| 67 | + * @return null|Fork |
|
| 68 | 68 | */ |
| 69 | 69 | public function offsetGet($offset) |
| 70 | 70 | { |