diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-12-29 10:16:08 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2024-01-09 11:08:46 +0100 |
commit | 9e4c9b97ddf96b1a9379f5bdc5ecd1c24021291c (patch) | |
tree | a26e1bb0650fc4701aab4f1a444ea3ca8322695d /build | |
parent | 18399fc1cf01bdabfeecba1fbf3923dc30db4229 (diff) | |
download | nextcloud-server-9e4c9b97ddf96b1a9379f5bdc5ecd1c24021291c.tar.gz nextcloud-server-9e4c9b97ddf96b1a9379f5bdc5ecd1c24021291c.zip |
fix(psalm): update baseline and suppress unnecessary issues
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 4af64e0bcab..ba529091482 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -105,12 +105,6 @@ <code>$baseuri</code> </UndefinedGlobalVariable> </file> - <file src="apps/dav/appinfo/v2/publicremote.php"> - <InternalMethod> - <code>Filesystem::logWarningWhenAddingStorageWrapper($previousLog)</code> - <code>Filesystem::logWarningWhenAddingStorageWrapper(false)</code> - </InternalMethod> - </file> <file src="apps/dav/lib/AppInfo/Application.php"> <InvalidArgument> <code>CalendarDeletionDefaultUpdaterListener::class</code> |