-
Notifications
You must be signed in to change notification settings - Fork 433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Php_parser task #218
Php_parser task #218
Conversation
… not compatible with the latest phpparser.
… unshared prototypes in Syfony 2.7
The build failure is not related to the code, but apperently the Windows More info: |
…non blocking failed result.
This PR contains a new
php_parser
task which can be used to do some static code analys on your PHP files. It comes shipped with some default visitors that can be used.New Task Checklist:
run()
method readable?run()
method using the configuration correctly?Parser NodeVisitor checklist:
Note to myself: Keep an eye on sstalle/php7cc#79. I currently removed the php7cc dependency since I want to keep on track with the phpparser library.