From 5c1bb96c4755acc0f3eea71d8ba76aa6d6b3548d Mon Sep 17 00:00:00 2001 From: Nextcloud-PR-Bot <nextcloud-pr-bot@users.noreply.github.com> Date: Fri, 29 Jan 2021 04:38:37 +0000 Subject: [PATCH] Update psalm baseline Signed-off-by: GitHub <noreply@github.com> --- build/psalm-baseline.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 225d11f1296..5f0f782eeb8 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2202,9 +2202,8 @@ <ParadoxicalCondition occurrences="1"/> </file> <file src="apps/user_ldap/lib/Group_LDAP.php"> - <InvalidArgument occurrences="2"> + <InvalidArgument occurrences="1"> <code>$this->cachedGroupsByMember[$uid]</code> - <code>'dn'</code> </InvalidArgument> <InvalidPropertyAssignmentValue occurrences="5"> <code>$this->cachedGroupsByMember</code> -- GitLab