Skip to content

Commit 952ccc5

Browse files
committed
Merge branch '2.10.x' into 2.11.x
* 2.10.x: Update Psalm baseline for Persistence 2.3 (doctrine#9349)
2 parents 580b919 + 9a2f1f3 commit 952ccc5

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
@@ -357,9 +357,6 @@
357357
<MissingReturnType occurrences="1">
358358
<code>wrapInTransaction</code>
359359
</MissingReturnType>
360-
<NonInvariantDocblockPropertyType occurrences="1">
361-
<code>$wrapped</code>
362-
</NonInvariantDocblockPropertyType>
363360
<TooManyArguments occurrences="2">
364361
<code>find</code>
365362
<code>flush</code>
@@ -476,6 +473,9 @@
476473
<code>?T</code>
477474
<code>Collection&lt;int, T&gt;</code>
478475
</InvalidReturnType>
476+
<LessSpecificImplementedReturnType occurrences="1">
477+
<code>string</code>
478+
</LessSpecificImplementedReturnType>
479479
<PropertyTypeCoercion occurrences="1">
480480
<code>$em</code>
481481
</PropertyTypeCoercion>

0 commit comments

Comments
 (0)