Skip to content

Commit b69ae0a

Browse files
Reduce noise further
1 parent 62899cf commit b69ae0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

psalm.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
</ignoreFiles>
1111
</projectFiles>
1212
<issueHandlers>
13+
<ArgumentTypeCoercion errorLevel="info" />
14+
<RiskyTruthyFalsyComparison errorLevel="info" />
15+
<PossiblyNullArgument errorLevel="info" />
16+
<PossiblyFalseArgument errorLevel="info" />
1317
<ClassMustBeFinal errorLevel="info" />
1418
<PossiblyUnusedMethod errorLevel="info" />
1519
<PossiblyUnusedReturnValue errorLevel="info" />

0 commit comments

Comments
 (0)