Skip to content

Commit

Permalink
add psalm supression to "possibly unused methods"
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Kühne <[email protected]>
  • Loading branch information
MatthiasKuehneEllerhold committed Dec 6, 2023
1 parent e2322ef commit 06a20fd
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 06a20fd

Please sign in to comment.