diff options
author | provokateurin <kate@provokateurin.de> | 2025-01-04 00:58:54 +0100 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2025-01-07 05:40:50 +0000 |
commit | f379188b21d1321f272abba859a031cd54136d38 (patch) | |
tree | 9e9ee7724f237b95bb0376734d060d2a3b72aa8e /build | |
parent | 6163b645667c1859c619e475cd0035e11f4b9532 (diff) | |
download | nextcloud-server-f379188b21d1321f272abba859a031cd54136d38.tar.gz nextcloud-server-f379188b21d1321f272abba859a031cd54136d38.zip |
fix(HTTP): Adjust JSONResponse data typebackport/50035/stable29
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index bff1ee6815f..59bf67a36d1 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -920,11 +920,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> |