We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60157e commit 647e98fCopy full SHA for 647e98f
README.md
@@ -25,7 +25,7 @@ Tool | Lint | Fix | Source list | Description
25
[PHP Mess Detector](https://github.com/phpmd/phpmd) | ✅ | ❌ | ✅ | Code complexity checker
26
[php-parallel-lint](https://github.com/php-parallel-lint/php-parallel-lint) | ✅ | ❌ | ✅ | Checks for PHP (syntax) errors (using `php -l`)
27
[PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) | ✅ | ✅ | ✅ | Style linter + fixer
28
-[phpstan](https://github.com/phpstan/phpstan) | ✅ | ✅ | ✅ | Static analyzer
+[phpstan](https://github.com/phpstan/phpstan) | ✅ | ✅ | ⏹ | Static analyzer, source list is optional, but not recommended
29
[psalm](https://github.com/vimeo/psalm) | ✅ | ✅ | ✅ | Static analyzer
30
[phan](https://github.com/phan/phan) | ✅ | ✅ | ❌ | Static analyzer
31
0 commit comments