Skip to content

Commit 0992e6c

Browse files
committed
fix(test): Psalm errors
Signed-off-by: Louis Chmn <louis@chmn.me>
1 parent 6efae88 commit 0992e6c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/psalm-baseline.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,6 @@
250250
</UndefinedDocblockClass>
251251
</file>
252252
<file src="lib/ShareByCircleProvider.php">
253-
<ImplementedParamTypeMismatch>
254-
<code><![CDATA[$shareId]]></code>
255-
</ImplementedParamTypeMismatch>
256253
<InvalidNullableReturnType>
257254
<code><![CDATA[IShare]]></code>
258255
<code><![CDATA[IShare]]></code>
@@ -262,6 +259,7 @@
262259
</InvalidNullableReturnType>
263260
<LessSpecificImplementedReturnType>
264261
<code><![CDATA[array]]></code>
262+
<code><![CDATA[iterable]]></code>
265263
</LessSpecificImplementedReturnType>
266264
<NullableReturnStatement>
267265
<code><![CDATA[$wrappedShare->getShare($this->rootFolder, $this->userManager, $this->urlGenerator)]]></code>

0 commit comments

Comments
 (0)