grom358 / pharborist

A PHP library to query and transform source code via tree operations.
GNU General Public License v3.0
44 stars 10 forks source link

ArrayLookupNode::hasScalarKeys() and extractKeys() #151

Closed phenaproxima closed 10 years ago

phenaproxima commented 10 years ago

Implements #150.

phenaproxima commented 10 years ago

Need to modify this to account for chained calls.

grom358 commented 10 years ago

I think this branch can be merged as in. Though need to note the behaviour of getKey() has slight compatibility break, but I doubt it affects any existing code. Case in point the test suite still passes.

phenaproxima commented 10 years ago

What's the compatibility break?