We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Similar to #83
Motivation:
There are several open source PHP static analyzers, such as https://github.com/phan/phan (which I maintain) and https://github.com/vimeo/psalm
https://github.com/Microsoft/tolerant-php-parser/pull/176/files and https://github.com/Microsoft/tolerant-php-parser/pull/177/files were (the more obvious) issues detected using phan while I was working on a project to convert this to another AST format.
An example of how this may be set up is TysonAndre@daa503d (example output at https://travis-ci.org/TysonAndre/tolerant-php-parser/jobs/277628702) (Both phan and psalm have ways to suppress categories of issues and individual issues)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Similar to #83
Motivation:
There are several open source PHP static analyzers, such as https://github.com/phan/phan (which I maintain) and https://github.com/vimeo/psalm
https://github.com/Microsoft/tolerant-php-parser/pull/176/files and https://github.com/Microsoft/tolerant-php-parser/pull/177/files were (the more obvious) issues detected using phan while I was working on a project to convert this to another AST format.
An example of how this may be set up is TysonAndre@daa503d (example output at https://travis-ci.org/TysonAndre/tolerant-php-parser/jobs/277628702)
(Both phan and psalm have ways to suppress categories of issues and individual issues)
The text was updated successfully, but these errors were encountered: