Skip to content

Commit 7b54110

Browse files
committed
fix(test): Psalm errors
Signed-off-by: Louis Chmn <louis@chmn.me>
1 parent 23174ef commit 7b54110

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/psalm-baseline.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,6 @@
374374
</UndefinedDocblockClass>
375375
</file>
376376
<file src="lib/ShareByCircleProvider.php">
377-
<ImplementedParamTypeMismatch>
378-
<code><![CDATA[$shareId]]></code>
379-
</ImplementedParamTypeMismatch>
380377
<InvalidNullableReturnType>
381378
<code><![CDATA[IShare]]></code>
382379
<code><![CDATA[IShare]]></code>
@@ -386,6 +383,7 @@
386383
</InvalidNullableReturnType>
387384
<LessSpecificImplementedReturnType>
388385
<code><![CDATA[array]]></code>
386+
<code><![CDATA[iterable]]></code>
389387
</LessSpecificImplementedReturnType>
390388
<NullableReturnStatement>
391389
<code><![CDATA[$wrappedShare->getShare($this->rootFolder, $this->userManager, $this->urlGenerator)]]></code>

0 commit comments

Comments
 (0)