Skip to content

Commit

Permalink
use psalm 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Apr 23, 2023
1 parent dc2446e commit afc2f6f
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 @@ -34,7 +34,7 @@
},
"require-dev": {
"phpunit/phpunit": "~9.0",
"vimeo/psalm": "~4.4",
"vimeo/psalm": "~5.6",
"innmind/coding-standard": "~2.0",
"symfony/var-dumper": "^6.2"
}
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="1"
findUnusedBaselineEntry="true"
findUnusedCode="false"
resolveFromConfigFile="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
Expand Down

0 comments on commit afc2f6f

Please sign in to comment.