Skip to content

Commit

Permalink
Merge pull request #50058 from nextcloud/backport/50035/stable30
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Jan 7, 2025
2 parents ef5dc1e + 8b322ff commit 32c7261
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions build/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -902,11 +902,6 @@
<code><![CDATA[$cacheData]]></code>
</MoreSpecificImplementedParamType>
</file>
<file src="apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php">
<InvalidArgument>
<code><![CDATA[$exception->getMessage()]]></code>
</InvalidArgument>
</file>
<file src="apps/files_sharing/lib/MountProvider.php">
<RedundantFunctionCall>
<code><![CDATA[array_values]]></code>
Expand Down
2 changes: 1 addition & 1 deletion lib/public/AppFramework/Http/JSONResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* A renderer for JSON calls
* @since 6.0.0
* @template S of int
* @template-covariant T of array|object|\stdClass|\JsonSerializable
* @template-covariant T of null|string|int|float|bool|array|\stdClass|\JsonSerializable
* @template H of array<string, mixed>
* @template-extends Response<int, array<string, mixed>>
*/
Expand Down

0 comments on commit 32c7261

Please sign in to comment.