diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-12-29 09:58:11 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2024-01-09 10:56:34 +0100 |
commit | 18399fc1cf01bdabfeecba1fbf3923dc30db4229 (patch) | |
tree | 96eb88075eab3134772b1a218e446a353a639894 /build | |
parent | 82b5a19a35b780bf18ebac46711166158a5a6cb2 (diff) | |
download | nextcloud-server-18399fc1cf01bdabfeecba1fbf3923dc30db4229.tar.gz nextcloud-server-18399fc1cf01bdabfeecba1fbf3923dc30db4229.zip |
fix: improve typing and use \OCP\Server::get
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 0ba7f3163dd..4af64e0bcab 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -107,13 +107,9 @@ </file> <file src="apps/dav/appinfo/v2/publicremote.php"> <InternalMethod> - <code>\OC\Files\Filesystem::logWarningWhenAddingStorageWrapper($previousLog)</code> - <code>\OC\Files\Filesystem::logWarningWhenAddingStorageWrapper(false)</code> + <code>Filesystem::logWarningWhenAddingStorageWrapper($previousLog)</code> + <code>Filesystem::logWarningWhenAddingStorageWrapper(false)</code> </InternalMethod> - <UndefinedGlobalVariable> - <code>$baseuri</code> - <code>$baseuri</code> - </UndefinedGlobalVariable> </file> <file src="apps/dav/lib/AppInfo/Application.php"> <InvalidArgument> |