We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23174ef commit 7b54110Copy full SHA for 7b54110
1 file changed
tests/psalm-baseline.xml
@@ -374,9 +374,6 @@
374
</UndefinedDocblockClass>
375
</file>
376
<file src="lib/ShareByCircleProvider.php">
377
- <ImplementedParamTypeMismatch>
378
- <code><![CDATA[$shareId]]></code>
379
- </ImplementedParamTypeMismatch>
380
<InvalidNullableReturnType>
381
<code><![CDATA[IShare]]></code>
382
@@ -386,6 +383,7 @@
386
383
</InvalidNullableReturnType>
387
384
<LessSpecificImplementedReturnType>
388
385
<code><![CDATA[array]]></code>
+ <code><![CDATA[iterable]]></code>
389
</LessSpecificImplementedReturnType>
390
<NullableReturnStatement>
391
<code><![CDATA[$wrappedShare->getShare($this->rootFolder, $this->userManager, $this->urlGenerator)]]></code>
0 commit comments