Skip to content

Commit 11f00af

Browse files
committed
chore: make more strict
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 0b51053 commit 11f00af

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

psalm.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,9 @@
2121
<LessSpecificReturnType errorLevel="error"/>
2222
<LessSpecificImplementedReturnType errorLevel="error"/>
2323
<MoreSpecificReturnType errorLevel="error"/>
24+
<UnusedVariable errorLevel="error"/>
25+
<UnusedMethod errorLevel="error"/>
26+
<UnusedClass errorLevel="error"/>
27+
<RedundantCondition errorLevel="error"/>
2428
</issueHandlers>
2529
</psalm>

0 commit comments

Comments
 (0)