diff options
author | Christopher Ng <chrng8@gmail.com> | 2024-12-12 12:07:00 -0800 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2024-12-12 12:07:00 -0800 |
commit | ad29dd3cbb92d2375ba135b2077a04de4cd4f339 (patch) | |
tree | 3d58104250cbce90313dda74dfc9b319d714b13f /build | |
parent | 415f082de0f161315fa8342aeeda923ac7f4b0d3 (diff) | |
download | nextcloud-server-ad29dd3cbb92d2375ba135b2077a04de4cd4f339.tar.gz nextcloud-server-ad29dd3cbb92d2375ba135b2077a04de4cd4f339.zip |
chore(psalm): Update baseline
Signed-off-by: Christopher Ng <chrng8@gmail.com>
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 00add5ee78e..3072407ef54 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1830,11 +1830,6 @@ <code><![CDATA[self::getGlobalCache()->getStorageInfo($storageId)]]></code> </NullableReturnStatement> </file> - <file src="lib/private/Files/Cache/Updater.php"> - <RedundantCondition> - <code><![CDATA[$this->cache instanceof Cache]]></code> - </RedundantCondition> - </file> <file src="lib/private/Files/Cache/Wrapper/CacheWrapper.php"> <LessSpecificImplementedReturnType> <code><![CDATA[array]]></code> |