aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2025-01-13 17:34:11 +0100
committerCôme Chilliet <come.chilliet@nextcloud.com>2025-01-13 17:34:11 +0100
commita741c6cfa1b6d29c24e094128070934c26742dce (patch)
treeb64a3ce385243dd863ebbae6fd27859e0c8850d9
parent12d1d1d389afbaae991832792d8d8db974cb5332 (diff)
downloadnextcloud-server-fix/improve-ldap-avatar-handling.tar.gz
nextcloud-server-fix/improve-ldap-avatar-handling.zip
chore(psalm): Update baseline to remove fixed errorsfix/improve-ldap-avatar-handling
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
-rw-r--r--build/psalm-baseline.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 378429ceda3..11b121045a2 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -1105,20 +1105,6 @@
<code><![CDATA[public function setLdapAccess(Access $access) {]]></code>
</InvalidDocblock>
</file>
- <file src="apps/user_ldap/lib/User/User.php">
- <FalsableReturnStatement>
- <code><![CDATA[$this->avatarImage]]></code>
- </FalsableReturnStatement>
- <InvalidPropertyAssignmentValue>
- <code><![CDATA[$this->refreshedFeatures]]></code>
- </InvalidPropertyAssignmentValue>
- <InvalidReturnType>
- <code><![CDATA[null]]></code>
- </InvalidReturnType>
- <RedundantCondition>
- <code><![CDATA[$aQuota && (count($aQuota) > 0)]]></code>
- </RedundantCondition>
- </file>
<file src="apps/user_ldap/lib/User_LDAP.php">
<ImplementedReturnTypeMismatch>
<code><![CDATA[string|false]]></code>