Skip to content

Commit 9196d47

Browse files
Merge pull request #50057 from nextcloud/backport/50035/stable29
2 parents 6163b64 + f379188 commit 9196d47

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

build/psalm-baseline.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -920,11 +920,6 @@
920920
<code><![CDATA[$cacheData]]></code>
921921
</MoreSpecificImplementedParamType>
922922
</file>
923-
<file src="apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php">
924-
<InvalidArgument>
925-
<code><![CDATA[$exception->getMessage()]]></code>
926-
</InvalidArgument>
927-
</file>
928923
<file src="apps/files_sharing/lib/MountProvider.php">
929924
<RedundantFunctionCall>
930925
<code><![CDATA[array_values]]></code>

lib/public/AppFramework/Http/JSONResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* A renderer for JSON calls
3535
* @since 6.0.0
3636
* @template S of int
37-
* @template-covariant T of array|object|\stdClass|\JsonSerializable
37+
* @template-covariant T of null|string|int|float|bool|array|\stdClass|\JsonSerializable
3838
* @template H of array<string, mixed>
3939
* @template-extends Response<int, array<string, mixed>>
4040
*/

0 commit comments

Comments
 (0)