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 da04ebc commit 343be5dCopy full SHA for 343be5d
.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/
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"
phpstan.neon
@@ -1,2 +1,6 @@
1
parameters:
2
- checkMissingIterableValueType: false
+ level: 8
3
+
4
+ ignoreErrors:
5
+ -
6
+ identifier: missingType.iterableValue
0 commit comments