File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
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" />
3
+ <phar name =" phpstan" version =" 1.11.9 " installed =" 1.11.9 " location =" ./tools/phpstan" copy =" false" />
4
+ <phar name =" psalm" version =" 5.25 .0" installed =" 5.25 .0" location =" ./tools/psalm" copy =" false" />
5
5
</phive >
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ includes:
3
3
4
4
parameters :
5
5
level : 8
6
- checkMissingIterableValueType : false
7
- checkGenericClassInNonGenericObjectType : false
8
6
paths :
9
7
- src/
8
+ ignoreErrors :
9
+ - identifier : missingType.generics
10
+ - identifier : missingType.iterableValue
Original file line number Diff line number Diff line change 26
26
<RedundantConditionGivenDocblockType errorLevel =" info" />
27
27
28
28
<InvalidStringClass errorLevel =" info" />
29
+ <MissingClassConstType errorLevel =" info" />
29
30
</issueHandlers >
30
31
</psalm >
You can’t perform that action at this time.
0 commit comments