Skip to content

Commit

Permalink
Fix "composer phpstan" command
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Aug 19, 2023
1 parent 6cc0b2c commit bdce4b9
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 @@ -47,7 +47,7 @@
},
"scripts": {
"test": "phpunit",
"phpstan": "phpstan analyse --level 8 src tests",
"phpstan": "phpstan analyse --level max src tests",
"phpcs": "phpcs",
"phpcbf": "phpcbf"
},
Expand Down

0 comments on commit bdce4b9

Please sign in to comment.