Skip to content

Commit

Permalink
Upgrade Psalm up to v5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Apr 10, 2023
1 parent d853425 commit d3b4a1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -33,7 +33,7 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5.20",
"vimeo/psalm": "^4.27"
"vimeo/psalm": "^5.9"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 2 additions & 0 deletions psalm.xml
Expand Up @@ -11,6 +11,8 @@
findUnusedVariablesAndParams="true"
ensureArrayStringOffsetsExist="true"
addParamDefaultToDocblockType="true"
findUnusedBaselineEntry="true"
findUnusedCode="false"
>
<projectFiles>
<directory name="src" />
Expand Down

0 comments on commit d3b4a1d

Please sign in to comment.