Passed
Pull Request — master (#25)
by
unknown
01:29
created
example/array_fs.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
         $offset = array_shift($offsets);
110 110
         if (is_array($array[$offset])) {
111 111
             /** @var NodeType[] $next_array */
112
-            $next_array =& $array[$offset];
112
+            $next_array = & $array[$offset];
113 113
             return $this->getRecursive($next_array, $offsets);
114 114
         } else {
115 115
             return $null;
Please login to merge, or discard this patch.