Closed phenaproxima closed 10 years ago
Given a CommaList node which renders to:
'foo', 'baz', 30
I should be able to do this:
// Returns ArrayNode which renders as ['foo', 'baz', 30] $list->toArrayNode()
Now that #128 is done, I can probably handle this one myself.
Given a CommaList node which renders to:
I should be able to do this: