Skip to content

Commit 9a2f1f3

Browse files
authored
Update Psalm baseline for Persistence 2.3 (#9349)
1 parent 2fecb3c commit 9a2f1f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

psalm-baseline.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -422,9 +422,6 @@
422422
<MissingReturnType occurrences="1">
423423
<code>wrapInTransaction</code>
424424
</MissingReturnType>
425-
<NonInvariantDocblockPropertyType occurrences="1">
426-
<code>$wrapped</code>
427-
</NonInvariantDocblockPropertyType>
428425
<TooManyArguments occurrences="2">
429426
<code>find</code>
430427
<code>flush</code>
@@ -550,6 +547,9 @@
550547
<code>?T</code>
551548
<code>Collection&lt;int, T&gt;</code>
552549
</InvalidReturnType>
550+
<LessSpecificImplementedReturnType occurrences="1">
551+
<code>string</code>
552+
</LessSpecificImplementedReturnType>
553553
<PropertyTypeCoercion occurrences="1">
554554
<code>$em</code>
555555
</PropertyTypeCoercion>

0 commit comments

Comments
 (0)