Skip to content

Commit 20c06dd

Browse files
authored
Merge pull request #671 from cakephp/update-stan
update stan
2 parents 0fb4ef1 + b592ed4 commit 20c06dd

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.phive/phars.xml

+2-2
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

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ includes:
33

44
parameters:
55
level: 8
6-
checkMissingIterableValueType: false
7-
checkGenericClassInNonGenericObjectType: false
86
paths:
97
- src/
8+
ignoreErrors:
9+
- identifier: missingType.generics
10+
- identifier: missingType.iterableValue

psalm.xml

+1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
<RedundantConditionGivenDocblockType errorLevel="info" />
2727

2828
<InvalidStringClass errorLevel="info" />
29+
<MissingClassConstType errorLevel="info" />
2930
</issueHandlers>
3031
</psalm>

0 commit comments

Comments
 (0)