Browse Source

Merge pull request #29274 from nextcloud/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml
Daniel 2 years ago
parent
commit
bde3c4a98b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      build/psalm-baseline.xml

+ 1 - 2
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>