Skip to content

Commit 343be5d

Browse files
committed
Fix phsptan
1 parent da04ebc commit 343be5d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: "composer cs-check"
3131
- name: "Code analyze"
3232
run: |
33-
bin/phpstan analyse src/ --level=8 -c phpstan.neon
33+
bin/phpstan analyse src/
3434
bin/rector process --dry-run
3535
- name: "Run test suite"
3636
run: "mkdir -p build/logs && bin/kahlan --coverage=4 --reporter=verbose --clover=build/logs/clover.xml"

phpstan.neon

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
parameters:
2-
checkMissingIterableValueType: false
2+
level: 8
3+
4+
ignoreErrors:
5+
-
6+
identifier: missingType.iterableValue

0 commit comments

Comments
 (0)