typhoon
typhoon copied to clipboard
Add php-parser Node to reflection data and cleanup in the end
Closes #72
For now I've decided to add PhpParser\Node
to root reflections' data maps only (constant/function/class). This is because properties, class constants and attributes are sometimes bundled together and it's hard to decide, what node to put as Data::Node
. I think that for now this is more than enough :)