diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-01-21 04:11:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 04:11:19 +0000 |
commit | 0d47336c645053c8668c5e00541dfaa35e67b86d (patch) | |
tree | 27cba0e1b113fd79435005cfedbe9971093721d2 /build/psalm-baseline.xml | |
parent | d2790f75c8558a4754cea8ef0f1c23bba439f06e (diff) | |
download | nextcloud-server-0d47336c645053c8668c5e00541dfaa35e67b86d.tar.gz nextcloud-server-0d47336c645053c8668c5e00541dfaa35e67b86d.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build/psalm-baseline.xml')
-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 485a3fe706c..2c85f506325 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -4246,11 +4246,6 @@ <code>mixed</code> </LessSpecificImplementedReturnType> </file> - <file src="lib/private/Memcache/Memcached.php"> - <RedundantCondition occurrences="1"> - <code>method_exists(self::$cache, 'deleteMulti')</code> - </RedundantCondition> - </file> <file src="lib/private/Memcache/Redis.php"> <InvalidMethodCall occurrences="2"> <code>exec</code> |