diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2021-10-16 04:11:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-16 04:11:07 +0000 |
commit | fe28f082590cdf6adce39deef960ef0d78255821 (patch) | |
tree | 92d31bddebe66c1e20b3785f7f5afcbcb9d2fc64 /build | |
parent | 94ab9f5b2a0401bfc403a05c494ef4570495d4af (diff) | |
download | nextcloud-server-fe28f082590cdf6adce39deef960ef0d78255821.tar.gz nextcloud-server-fe28f082590cdf6adce39deef960ef0d78255821.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 712d2ee094c..dd881441649 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2017,9 +2017,8 @@ <NullArgument occurrences="1"> <code>$cookie</code> </NullArgument> - <RedundantCondition occurrences="4"> + <RedundantCondition occurrences="3"> <code>!is_null($limit)</code> - <code>!isset($ldapName[0]) && empty($ldapName[0])</code> <code>$limit === 0</code> <code>is_array($result)</code> </RedundantCondition> |