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 98ac169 commit 67a3bb7Copy full SHA for 67a3bb7
.github/workflows/ci_build.yml
@@ -30,7 +30,7 @@ jobs:
30
run: "composer cs-check"
31
- name: "Code analyze"
32
run: |
33
- bin/phpstan analyse src/ --level=8 -c phpstan.neon
+ bin/phpstan analyse src/ --level=max -c phpstan.neon
34
bin/rector process --dry-run
35
- name: "Run test suite"
36
run: "mkdir -p build/logs && bin/kahlan --coverage=4 --reporter=verbose --clover=build/logs/clover.xml"
0 commit comments