Skip to content

Commit

Permalink
Merge pull request #671 from cakephp/update-stan
Browse files Browse the repository at this point in the history
update stan
  • Loading branch information
ADmad authored Aug 8, 2024
2 parents 0fb4ef1 + b592ed4 commit 20c06dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .phive/phars.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="phpstan" version="1.10.56" installed="1.10.56" location="./tools/phpstan" copy="false"/>
<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"/>
</phive>
5 changes: 3 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ includes:

parameters:
level: 8
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
paths:
- src/
ignoreErrors:
- identifier: missingType.generics
- identifier: missingType.iterableValue
1 change: 1 addition & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
<RedundantConditionGivenDocblockType errorLevel="info" />

<InvalidStringClass errorLevel="info" />
<MissingClassConstType errorLevel="info" />
</issueHandlers>
</psalm>

0 comments on commit 20c06dd

Please sign in to comment.