DaGhostman / vscode-tree-view

VSCode extension that probvides mail symbol overview of the currently opened file
MIT License
29 stars 4 forks source link

Undefined when variable is array of arrays #69

Closed DaGhostman closed 6 years ago

DaGhostman commented 6 years ago

Reproducible by:

<?php
$foo = [
    'bar' => [],
    'baz' => [],
];

Results in: image