Skip to content

Commit

Permalink
Merge pull request #83 from driehle/psalm
Browse files Browse the repository at this point in the history
Upgrade to Psalm 5
  • Loading branch information
driehle authored Nov 21, 2023
2 parents 69a5026 + aac6791 commit 3026b89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"doctrine/coding-standard": "^12.0.0",
"phpstan/phpstan": "^1.9.2",
"phpunit/phpunit": "^9.5.26",
"vimeo/psalm": "^4.30"
"vimeo/psalm": "^5.15.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 2 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
<psalm
errorLevel="2"
findUnusedCode="false"
findUnusedBaselineEntry="true"
resolveFromConfigFile="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
Expand Down

0 comments on commit 3026b89

Please sign in to comment.