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

StatementBlockNode::appendStatement() #196

Closed grom358 closed 9 years ago

grom358 commented 9 years ago

Method on StatementBlockNode to append a statement. Needed since statement blocks may or may not be wrapped in { }

grom358 commented 9 years ago

Added to master