Skip to content

Commit 34aedff

Browse files
committed
apply phpstan level max
1 parent a2c78f1 commit 34aedff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: "composer cs-check"
3939
- name: "Code analyze"
4040
run: |
41-
bin/phpstan analyse src/ --level=8 -c phpstan.neon
41+
bin/phpstan analyse src/ --level=max -c phpstan.neon
4242
bin/rector process --dry-run
4343
- name: "Run test suite"
4444
run: |

0 commit comments

Comments
 (0)