We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c78f1 commit 34aedffCopy full SHA for 34aedff
.github/workflows/ci_build.yml
@@ -38,7 +38,7 @@ jobs:
38
run: "composer cs-check"
39
- name: "Code analyze"
40
run: |
41
- bin/phpstan analyse src/ --level=8 -c phpstan.neon
+ bin/phpstan analyse src/ --level=max -c phpstan.neon
42
bin/rector process --dry-run
43
- name: "Run test suite"
44
0 commit comments