diff options
author | Daniel <mail@danielkesselberg.de> | 2021-10-16 12:19:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-16 12:19:50 +0200 |
commit | bde3c4a98b65ca9296a3d739ac06ec735a27447f (patch) | |
tree | 5bbfae135c844983f0591c385bd69e7c63f56990 /build | |
parent | 6204c63308355546d6fbb2379fb614f3838bbafb (diff) | |
parent | fe28f082590cdf6adce39deef960ef0d78255821 (diff) | |
download | nextcloud-server-bde3c4a98b65ca9296a3d739ac06ec735a27447f.tar.gz nextcloud-server-bde3c4a98b65ca9296a3d739ac06ec735a27447f.zip |
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.xml | 3 |
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]) && empty($ldapName[0])</code> <code>$limit === 0</code> <code>is_array($result)</code> </RedundantCondition> |