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.
2 parents 580b919 + 9a2f1f3 commit 952ccc5Copy full SHA for 952ccc5
psalm-baseline.xml
@@ -357,9 +357,6 @@
357
<MissingReturnType occurrences="1">
358
<code>wrapInTransaction</code>
359
</MissingReturnType>
360
- <NonInvariantDocblockPropertyType occurrences="1">
361
- <code>$wrapped</code>
362
- </NonInvariantDocblockPropertyType>
363
<TooManyArguments occurrences="2">
364
<code>find</code>
365
<code>flush</code>
@@ -476,6 +473,9 @@
476
473
<code>?T</code>
477
474
<code>Collection<int, T></code>
478
475
</InvalidReturnType>
+ <LessSpecificImplementedReturnType occurrences="1">
+ <code>string</code>
+ </LessSpecificImplementedReturnType>
479
<PropertyTypeCoercion occurrences="1">
480
<code>$em</code>
481
</PropertyTypeCoercion>
0 commit comments