Skip to content

Commit

Permalink
Update Psalm version and config
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Apr 21, 2024
1 parent ccfadc1 commit 9a56ede
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"league/uri-components": "^2.4.2 | ^7.1",
"monolog/monolog": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4"
"psalm/phar": "~5.23"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
6 changes: 6 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,11 @@
<file name="src/Driver/Http2Driver.php"/>
</errorLevel>
</PropertyNotSetInConstructor>

<RiskyTruthyFalsyComparison>
<errorLevel type="suppress">
<directory name="src" />
</errorLevel>
</RiskyTruthyFalsyComparison>
</issueHandlers>
</psalm>

0 comments on commit 9a56ede

Please sign in to comment.