erv

Results 2 issues of erv

getting error "use of internal package github.com/quasilyte/phpgrep/internal/phpgrep not allowed" Readme says phpgrep can be used as command as well as library but its not, please help us getting the right...

can we get the AST of parent class? ```class Dummy extends BaseElement {/**/}``` here we are able to get AST of _Dummy_ but not the AST of parent class _BaseElement_....