You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ Currently, it identifies the following:
26
26
- PHPUnit tests based on the presence of `phpunit.xml.dist` or `phpunit.xml` files.
27
27
- phpcs checks based on the presence of `phpcs.xml.dist` or `phpcs.xml` files.
28
28
- 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.
29
30
- ComposerRequireChecker checks based on the presence of `composer-require-checker.json` file.
30
31
- phpbench benchmarks based on the presence of a `phpbench.json`.
31
32
- 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