We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ea83c commit 73a2ef2Copy full SHA for 73a2ef2
1 file changed
README.md
@@ -564,10 +564,10 @@ file: .gitignore
564
Add Line: /coverage/
565
```
566
567
-## Will perform pull request, please execute unit tests, and phpstan level 9
+## Will perform pull request, please execute unit tests, and phpstan level 10
568
569
`./vendor/bin/phpunit --coverage-xml coverage`
570
-`./vendor/bin/phpstan analyse -c phpstan.neon --level 9`
+`./vendor/bin/phpstan analyse -c phpstan.neon --level 10`
571
`If you don't know how to run phpstan, I execute and adjust whatever is necessary`
572
573
# License
0 commit comments