-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Currently the visitors all contain:
if (parent is array) { add_assoc_xxx() else if (parent is object) { add_property_xxx() }
Thats annoying and ugly and should be simplified.