Skip to content

Commit

Permalink
Merge pull request #29274 from nextcloud/automated/noid/psalm-baselin…
Browse files Browse the repository at this point in the history
…e-update

[Automated] Update psalm-baseline.xml
  • Loading branch information
kesselb authored Oct 16, 2021
2 parents 6204c63 + fe28f08 commit bde3c4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit bde3c4a

Please sign in to comment.