Skip to content

Commit

Permalink
[CI][PHPStan] Use level from the configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafikooo committed Apr 14, 2023
1 parent ce69570 commit f974b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"scripts": {
"analyse": [
"@composer validate --strict",
"vendor/bin/phpstan.phar analyse -c phpstan.neon.dist -l max src/",
"vendor/bin/phpstan.phar analyse",
"vendor/bin/psalm"
],
"fix": [
Expand Down

0 comments on commit f974b5a

Please sign in to comment.