Skip to content

Commit

Permalink
Upgrade to Psalm 5 (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu authored Nov 19, 2023
1 parent 2191922 commit 3ef4513
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"phpstan/phpstan": "^1.10.39",
"phpunit/phpunit": "^9.6.13",
"symfony/phpunit-bridge": "^6.3.6",
"vimeo/psalm": "^4.30"
"vimeo/psalm": "^5.15"
},
"conflict": {
"doctrine/dbal": "< 3"
Expand Down
8 changes: 0 additions & 8 deletions psalm-baseline.xml

This file was deleted.

3 changes: 2 additions & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
errorBaseline="psalm-baseline.xml"
phpVersion="8.2"
findUnusedBaselineEntry="true"
findUnusedCode="false"
>
<projectFiles>
<directory name="Command" />
Expand Down

0 comments on commit 3ef4513

Please sign in to comment.