Skip to content

Commit

Permalink
add psalm supression to "possibly unused methods"
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasKuehneEllerhold committed Nov 13, 2023
1 parent ae1da38 commit de362e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
<directory name="test" />
</errorLevel>
</DeprecatedMethod>
<PossiblyUnusedMethod>
<errorLevel type="suppress">
<directory name="test" />
</errorLevel>
</PossiblyUnusedMethod>
</issueHandlers>
<plugins>
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>
Expand Down

0 comments on commit de362e2

Please sign in to comment.