@@ -300,6 +300,9 @@ |
||
300 | 300 | return []; |
301 | 301 | } |
302 | 302 | |
303 | + /** |
|
304 | + * @return string |
|
305 | + */ |
|
303 | 306 | private function convertFileDescriptorLink($path) |
304 | 307 | { |
305 | 308 | if (strpos($path, '/dev/fd') === 0) { |
@@ -21,7 +21,7 @@ |
||
21 | 21 | return ( |
22 | 22 | $parent instanceof ArrayItem && |
23 | 23 | false === $this->ignoreArray($parent) |
24 | - ) || $parent instanceof ArrayDimFetch; |
|
24 | + ) || $parent instanceof ArrayDimFetch; |
|
25 | 25 | } |
26 | 26 | |
27 | 27 | private function ignoreArray(ArrayItem $node): bool |