Tyson Andre
|
f9e16d5ad0
|
Add a phan config to analyze this project
https://github.com/felixfbecker/php-language-server/pull/612#issuecomment-442093319
This PR does not attempt to fix any of the detected issues.
You may wish to uncomment the suppression in `.phan/config.php`,
re-run analysis, and fix all of the issues in follow-up PRs
(or move from project suppressions to more granular suppressions)
- https://github.com/phan/phan/wiki/Tutorial-for-Analyzing-a-Large-Sloppy-Code-Base
has tips on strengthening analysis
- Issues can be suppressed at various granularities
(project, file, structural element, and line of code). See
https://github.com/phan/phan/wiki/Annotating-Your-Source-Code#suppress and
https://github.com/phan/phan/wiki/Annotating-Your-Source-Code#phan-suppress-current-line
- There are various config settings that can be tuned - common ones are
mentioned in the wiki.
|
2018-11-28 19:42:46 -05:00 |