Skip to content

Commit 65f20b3

Browse files
committed
Psalm: suppress PropertyTypeCoercion
1 parent adaab47 commit 65f20b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

psalm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<NonInvariantDocblockPropertyType errorLevel="suppress" />
2626
<PossiblyInvalidArrayOffset errorLevel="suppress" />
2727
<PossiblyInvalidPropertyAssignmentValue errorLevel="suppress" />
28+
<PropertyTypeCoercion errorLevel="suppress" />
2829
<TooManyArguments errorLevel="suppress" />
2930
<UndefinedConstant errorLevel="suppress" />
3031
<UndefinedFunction errorLevel="suppress" />

0 commit comments

Comments
 (0)