Skip to content

Commit

Permalink
Explictly configure new Psalm options
Browse files Browse the repository at this point in the history
It warns about default values that might not suit us coming with Psalm
v6.
  • Loading branch information
greg0ire committed May 21, 2024
1 parent 267cd9f commit 5effe98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<psalm
errorLevel="3"
phpVersion="8.1"
findUnusedBaselineEntry="true"
findUnusedCode="false"
findUnusedPsalmSuppress="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
Expand Down

0 comments on commit 5effe98

Please sign in to comment.