Skip to content

Commit

Permalink
Upgrade Psalm to 5.22
Browse files Browse the repository at this point in the history
Fixes a range of Risky comparisons where possible and expands baseline for issues that are too risky to fix.

Signed-off-by: George Steel <george@net-glue.co.uk>
  • Loading branch information
gsteel committed Feb 22, 2024
1 parent fac99d7 commit 678d78c
Show file tree
Hide file tree
Showing 27 changed files with 1,149 additions and 1,177 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.5",
"laminas/laminas-db": "^2.18",
"laminas/laminas-filter": "^2.33",
"laminas/laminas-i18n": "^2.24.1",
"laminas/laminas-session": "^2.17",
"laminas/laminas-db": "^2.19",
"laminas/laminas-filter": "^2.34",
"laminas/laminas-i18n": "^2.26.0",
"laminas/laminas-session": "^2.18",
"laminas/laminas-uri": "^2.11.0",
"phpunit/phpunit": "^10.5.2",
"phpunit/phpunit": "^10.5.10",
"psalm/plugin-phpunit": "^0.18.4",
"psr/http-client": "^1.0.3",
"psr/http-factory": "^1.0.2",
"vimeo/psalm": "^5.17"
"vimeo/psalm": "^5.22.1"
},
"suggest": {
"laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator",
Expand Down
220 changes: 104 additions & 116 deletions composer.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 678d78c

Please sign in to comment.