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

Add furthest() to NodeCollection #188

Closed phenaproxima closed 10 years ago

phenaproxima commented 10 years ago

I think this is pretty self-explanatory; it should return a new NodeCollection with the furthest matching parent of each node in the original collection. Would be insanely helpful.

grom358 commented 10 years ago

Merged into master