Skip to content

Commit e7dd9ef

Browse files
authored
Merge pull request #1000 from cakephp/update-stan
update stan
2 parents 94851a5 + 28783da commit e7dd9ef

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.phive/phars.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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"/>
55
</phive>

phpstan.neon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ includes:
33

44
parameters:
55
level: 6
6-
checkMissingIterableValueType: false
76
paths:
87
- src/
98
bootstrapFiles:
109
- tests/bootstrap.php
10+
ignoreErrors:
11+
- identifier: missingType.iterableValue

0 commit comments

Comments
 (0)