Skip to content

Commit 5550924

Browse files
committed
docs: add PHPStan detection logic to README
Signed-off-by: Maximilian Bösing <[email protected]>
1 parent a45f94b commit 5550924

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Currently, it identifies the following:
2626
- PHPUnit tests based on the presence of `phpunit.xml.dist` or `phpunit.xml` files.
2727
- phpcs checks based on the presence of `phpcs.xml.dist` or `phpcs.xml` files.
2828
- Psalm checks based on the presence of `psalm.xml.dist` or `psalm.xml` files.
29+
- PHPStan checks based on the presence of `phpstan.neon`, `phpstan.neon.dist` or `phpstan.dist.neon` files.
2930
- ComposerRequireChecker checks based on the presence of `composer-require-checker.json` file.
3031
- phpbench benchmarks based on the presence of a `phpbench.json`.
3132
- Infection mutation tests based on the presence of `infection.json` or `infection.json.dist`. In case that `roave/infection-static-analysis-plugin` is installed, this will be used instead.

0 commit comments

Comments
 (0)