chore(psalm): Update baseline to remove fixed errors

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/50162/head
Côme Chilliet 1 year ago
parent 12d1d1d389
commit a741c6cfa1
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
  1. 14
      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>

Loading…
Cancel
Save