Skip to content

Commit a112b35

Browse files
committed
chore(psalm): remove stale CrlRevocationChecker baseline entries
The three UndefinedConstant suppressions for LDAP_OPT_* that were recorded against CrlRevocationChecker are now moot: those constants were moved to PhpLdapConnection, which suppresses them directly with @psalm-suppress UndefinedConstant. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent a6f5b97 commit a112b35

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tests/psalm-baseline.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,13 @@
126126
<code><![CDATA[private]]></code>
127127
</UndefinedClass>
128128
</file>
129+
<file src="lib/Service/Crl/Ldap/PhpLdapConnection.php">
130+
<UndefinedConstant>
131+
<code><![CDATA[LDAP_OPT_NETWORK_TIMEOUT]]></code>
132+
<code><![CDATA[LDAP_OPT_PROTOCOL_VERSION]]></code>
133+
<code><![CDATA[LDAP_OPT_REFERRALS]]></code>
134+
</UndefinedConstant>
135+
</file>
129136
<file src="lib/Service/IdentifyMethod/SignatureMethod/TokenService.php">
130137
<UndefinedClass>
131138
<code><![CDATA[\OCA\TwoFactorGateway\Provider\Gateway\Factory]]></code>

0 commit comments

Comments
 (0)