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
path: root/build
diff options
context:
space:
mode:
authorDaniel <mail@danielkesselberg.de>2021-10-16 13:19:50 +0300
committerGitHub <noreply@github.com>2021-10-16 13:19:50 +0300
commitbde3c4a98b65ca9296a3d739ac06ec735a27447f (patch)
tree5bbfae135c844983f0591c385bd69e7c63f56990 /build
parent6204c63308355546d6fbb2379fb614f3838bbafb (diff)
parentfe28f082590cdf6adce39deef960ef0d78255821 (diff)
Merge pull request #29274 from nextcloud/automated/noid/psalm-baseline-update
[Automated] Update psalm-baseline.xml
Diffstat (limited to 'build')
-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>