aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
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>