Skip to content

Commit 21105d0

Browse files
add psalm supression to "possibly unused methods"
Signed-off-by: Matthias Kühne <matthias.kuehne@ellerhold.de>
1 parent 8e984a2 commit 21105d0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

psalm.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
<directory name="test" />
3535
</errorLevel>
3636
</DeprecatedMethod>
37+
<PossiblyUnusedMethod>
38+
<errorLevel type="suppress">
39+
<directory name="test" />
40+
</errorLevel>
41+
</PossiblyUnusedMethod>
3742
</issueHandlers>
3843
<plugins>
3944
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>

0 commit comments

Comments
 (0)