Skip to content

Commit

Permalink
Support for PhpStan level 8 (more strict)
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek authored Dec 9, 2020
1 parent 9639e2d commit 5378cdd
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 @@ -27,7 +27,7 @@
},
"scripts": {
"phpstan": [
"vendor/bin/phpstan analyse src -c phpstan.neon --level 6 --no-progress"
"vendor/bin/phpstan analyse src -c phpstan.neon --level 8 --no-progress"
]
},
"minimum-stability": "stable"
Expand Down

0 comments on commit 5378cdd

Please sign in to comment.