Completed
Push — master ( ae61c0...27f7d3 )
by Akihito
02:41
created
src/Snidel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Snidel/ForkContainer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.