Skip to content

Commit

Permalink
Fix psalm (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Feb 7, 2024
1 parent a4e2029 commit 007343b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -30,7 +30,7 @@
"rector/rector": "^1.0.0",
"roave/infection-static-analysis-plugin": "^1.34",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^5.16"
"vimeo/psalm": "^5.21"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 2 additions & 1 deletion psalm.xml
Expand Up @@ -10,10 +10,11 @@
<projectFiles>
<directory name="src" />
<ignoreFiles>
<directory name="vendor"/>
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
<issueHandlers>
<MixedAssignment errorLevel="suppress" />
<RiskyTruthyFalsyComparison errorLevel="suppress" />
</issueHandlers>
</psalm>

0 comments on commit 007343b

Please sign in to comment.