diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2025-01-13 17:34:11 +0100 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2025-01-13 17:34:11 +0100 |
commit | a741c6cfa1b6d29c24e094128070934c26742dce (patch) | |
tree | b64a3ce385243dd863ebbae6fd27859e0c8850d9 | |
parent | 12d1d1d389afbaae991832792d8d8db974cb5332 (diff) | |
download | nextcloud-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.xml | 14 |
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> |