diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-06-28 15:33:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-28 15:33:18 +0200 |
commit | 41e6e0c646862e7d9958f202d994200ebc929047 (patch) | |
tree | 6b90dcc3d9dada9895c5e8166bec49efe1b51ff6 /build | |
parent | 64bff27c99fe387c79d5eecd19e549f61c3f8d4a (diff) | |
parent | f38e0600900ddecf9a3eeef86f66099ea9c3d88b (diff) | |
download | nextcloud-server-41e6e0c646862e7d9958f202d994200ebc929047.tar.gz nextcloud-server-41e6e0c646862e7d9958f202d994200ebc929047.zip |
Merge pull request #33007 from nextcloud/cleanup/federation-app
Summer cleanup of the federation app
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 937c2fe1687..641a9303461 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -951,17 +951,6 @@ <code>null</code> </NullableReturnStatement> </file> - <file src="apps/federation/lib/TrustedServers.php"> - <InvalidArgument occurrences="1"> - <code>'OCP\Federation\TrustedServerEvent::remove'</code> - </InvalidArgument> - <InvalidClass occurrences="1"> - <code>dbHandler</code> - </InvalidClass> - <TooManyArguments occurrences="1"> - <code>dispatch</code> - </TooManyArguments> - </file> <file src="apps/files/ajax/download.php"> <InvalidArgument occurrences="1"> <code>$files_list</code> |