Skip to content

Commit

Permalink
Fix psalm.
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulb committed Jan 22, 2024
1 parent 7261a25 commit 5ce525e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

<issueHandlers>
<MoreSpecificImplementedParamType errorLevel="suppress"/>
<RiskyTruthyFalsyComparison errorLevel="suppress"/>
<UnnecessaryVarAnnotation errorLevel="suppress"/> <!-- PHPStorm doesn't understand to generics annotations yet -->

<UnusedFunctionCall>
Expand Down

0 comments on commit 5ce525e

Please sign in to comment.