Skip to content

Commit

Permalink
Update vimeo/psalm version and improve psalm config
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 16, 2023
1 parent 42cc820 commit 97f2f83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -36,7 +36,7 @@
"rector/rector": "^0.17.0",
"roave/infection-static-analysis-plugin": "^1.16",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.18"
"vimeo/psalm": "^4.30|^5.3"
},
"autoload": {
"psr-4": {
Expand Down
7 changes: 6 additions & 1 deletion psalm.xml
@@ -1,14 +1,19 @@
<?xml version="1.0"?>
<psalm
errorLevel="1"
findUnusedBaselineEntry="true"
findUnusedCode="false"
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"
>
<projectFiles>
<directory name="src" />
<ignoreFiles>
<directory name="vendor"/>
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
<issueHandlers>
<MixedAssignment errorLevel="suppress" />
</issueHandlers>
</psalm>

0 comments on commit 97f2f83

Please sign in to comment.