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.
2 parents 94851a5 + 28783da commit e7dd9efCopy full SHA for e7dd9ef
.phive/phars.xml
@@ -1,5 +1,5 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phive xmlns="https://phar.io/phive">
3
- <phar name="phpstan" version="1.10.56" installed="1.10.56" location="./tools/phpstan" copy="false"/>
4
- <phar name="psalm" version="5.20.0" installed="5.20.0" location="./tools/psalm" copy="false"/>
+ <phar name="phpstan" version="1.11.9" installed="1.11.9" location="./tools/phpstan" copy="false"/>
+ <phar name="psalm" version="5.25.0" installed="5.25.0" location="./tools/psalm" copy="false"/>
5
</phive>
phpstan.neon
@@ -3,8 +3,9 @@ includes:
parameters:
level: 6
6
- checkMissingIterableValueType: false
7
paths:
8
- src/
9
bootstrapFiles:
10
- tests/bootstrap.php
+ ignoreErrors:
11
+ - identifier: missingType.iterableValue
0 commit comments