Skip to content

Commit

Permalink
Increase phpstan level
Browse files Browse the repository at this point in the history
  • Loading branch information
peldax committed Oct 18, 2024
1 parent 60a948c commit edcb078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"Composer\\Config::disableProcessTimeout",
"infection -j$(nproc)"
],
"phpstan": "phpstan analyze --level 2 src",
"phpstan-next": "phpstan analyze --level 3 src",
"phpstan": "phpstan analyze --level 3 src",
"phpstan-next": "phpstan analyze --level 4 src",
"phpstan-max": "phpstan analyze --level max src",
"codestyle": "phpcs --extensions=php src tests",
"codestyle-fix": "phpcbf --extensions=php src tests"
Expand Down

0 comments on commit edcb078

Please sign in to comment.