We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fecb3c commit 9a2f1f3Copy full SHA for 9a2f1f3
psalm-baseline.xml
@@ -422,9 +422,6 @@
422
<MissingReturnType occurrences="1">
423
<code>wrapInTransaction</code>
424
</MissingReturnType>
425
- <NonInvariantDocblockPropertyType occurrences="1">
426
- <code>$wrapped</code>
427
- </NonInvariantDocblockPropertyType>
428
<TooManyArguments occurrences="2">
429
<code>find</code>
430
<code>flush</code>
@@ -550,6 +547,9 @@
550
547
<code>?T</code>
551
548
<code>Collection<int, T></code>
552
549
</InvalidReturnType>
+ <LessSpecificImplementedReturnType occurrences="1">
+ <code>string</code>
+ </LessSpecificImplementedReturnType>
553
<PropertyTypeCoercion occurrences="1">
554
<code>$em</code>
555
</PropertyTypeCoercion>
0 commit comments