Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornextcloud-command <nextcloud-command@users.noreply.github.com>2021-10-16 07:11:07 +0300
committerGitHub <noreply@github.com>2021-10-16 07:11:07 +0300
commitfe28f082590cdf6adce39deef960ef0d78255821 (patch)
tree92d31bddebe66c1e20b3785f7f5afcbcb9d2fc64 /build/psalm-baseline.xml
parent94ab9f5b2a0401bfc403a05c494ef4570495d4af (diff)
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r--build/psalm-baseline.xml3
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]) &amp;&amp; empty($ldapName[0])</code>
<code>$limit === 0</code>
<code>is_array($result)</code>
</RedundantCondition>