Skip to content

Commit

Permalink
Fix newly discovered Psalm issues
Browse files Browse the repository at this point in the history
Addresses all the `RiskyTruthyFalsyComparison` issues surfaced by newer versions of Psalm.

Bumps dev deps

- Closes laminas#43
- Closes laminas#41

Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Oct 11, 2024
1 parent 9218760 commit 29a9855
Show file tree
Hide file tree
Showing 10 changed files with 839 additions and 919 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"phpunit/phpunit": "^10.4",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.16"
"phpunit/phpunit": "^10.5.36",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.26.1"
},
"suggest": {
"laminas/laminas-cache": "To support Laminas\\XmlRpc\\Server\\Cache usage"
Expand Down
Loading

0 comments on commit 29a9855

Please sign in to comment.