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 50267a6 commit 8383fcd
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 @@ -48,7 +48,7 @@
"phpunit/phpunit": "^9",
"amphp/http-server": "^3",
"kelunik/link-header-rfc5988": "^1",
"psalm/phar": "^5.4",
"psalm/phar": "~5.23",
"laminas/laminas-diactoros": "^2.3"
},
"suggest": {
Expand Down
6 changes: 6 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,11 @@
<directory name="src" />
</errorLevel>
</MissingClosureReturnType>

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

0 comments on commit 8383fcd

Please sign in to comment.