Skip to content

Commit 647e98f

Browse files
committed
Mark phpstan source list as risky in README
1 parent a60157e commit 647e98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Tool | Lint | Fix | Source list | Description
2525
[PHP Mess Detector](https://github.com/phpmd/phpmd) | ✅ | ❌ | ✅ | Code complexity checker
2626
[php-parallel-lint](https://github.com/php-parallel-lint/php-parallel-lint) | ✅ | ❌ | ✅ | Checks for PHP (syntax) errors (using `php -l`)
2727
[PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) | ✅ | ✅ | ✅ | Style linter + fixer
28-
[phpstan](https://github.com/phpstan/phpstan) | ✅ | ✅ | | Static analyzer
28+
[phpstan](https://github.com/phpstan/phpstan) | ✅ | ✅ | | Static analyzer, source list is optional, but not recommended
2929
[psalm](https://github.com/vimeo/psalm) | ✅ | ✅ | ✅ | Static analyzer
3030
[phan](https://github.com/phan/phan) | ✅ | ✅ | ❌ | Static analyzer
3131

0 commit comments

Comments
 (0)