diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-12-05 16:40:46 +0100 |
---|---|---|
committer | Côme Chilliet (Rebase PR Action) <come-nc@users.noreply.github.com> | 2022-12-19 09:10:41 +0000 |
commit | 7996a12aef25b7ac8bd9a61f7b09f6806cef5ec4 (patch) | |
tree | 74a10efc50ae41b512b61f9d127b3456cacd17ba /build | |
parent | a529aa79d8136ec66db78f1b552940b7e374e12f (diff) | |
download | nextcloud-server-7996a12aef25b7ac8bd9a61f7b09f6806cef5ec4.tar.gz nextcloud-server-7996a12aef25b7ac8bd9a61f7b09f6806cef5ec4.zip |
Silence false-positive from psalm in lib/public/Log/functions.php
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.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 e77d3cbee80..b4162099598 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1789,12 +1789,6 @@ <code>getAppsNeedingUpgrade</code> <code>getIncompatibleApps</code> </InternalMethod> - <InvalidArgument occurrences="1"> - <code>$restrictions</code> - </InvalidArgument> - <RedundantCondition occurrences="1"> - <code>((array)$request->getParam('appid')) !== ''</code> - </RedundantCondition> </file> <file src="lib/private/Accounts/AccountManager.php"> <InvalidArgument occurrences="1"> |