Skip to content

Commit 84347ae

Browse files
Updated psalm baseline which was missed in PR #234
1 parent 62022ac commit 84347ae

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

psalm-baseline.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,9 @@
884884
<DocblockTypeContradiction>
885885
<code><![CDATA[$size < 0]]></code>
886886
</DocblockTypeContradiction>
887+
<InvalidArgument>
888+
<code><![CDATA[[parent::class, 'compare']]]></code>
889+
</InvalidArgument>
887890
<InvalidClassConstantType>
888891
<code><![CDATA[EXCLUDE_FROM_COMPARE]]></code>
889892
</InvalidClassConstantType>
@@ -900,7 +903,14 @@
900903
<code><![CDATA[$column->comment]]></code>
901904
<code><![CDATA[$column->type]]></code>
902905
<code><![CDATA[$defaultValue]]></code>
906+
<code><![CDATA[$result]]></code>
903907
</MixedAssignment>
908+
<MixedReturnStatement>
909+
<code><![CDATA[$result]]></code>
910+
</MixedReturnStatement>
911+
<PossiblyNullFunctionCall>
912+
<code><![CDATA[\Closure::fromCallable([parent::class, 'compare'])->bindTo($self)($initial)]]></code>
913+
</PossiblyNullFunctionCall>
904914
<PossiblyUndefinedStringArrayOffset>
905915
<code><![CDATA[$matches['type']]]></code>
906916
<code><![CDATA[$schema['Comment']]]></code>

0 commit comments

Comments
 (0)