Skip to content

Commit 09e57f4

Browse files
committed
chore(psalm): remove stale PhpLdapConnection baseline entries
The three UndefinedConstant entries for LDAP_OPT_* are now suppressed via @psalm-suppress directly in PhpLdapConnection::configure(), making these baseline entries unused and causing UnusedBaselineEntry errors in CI. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> [skip ci]
1 parent 747b936 commit 09e57f4

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/psalm-baseline.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,6 @@
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>
136129
<file src="lib/Service/IdentifyMethod/SignatureMethod/TokenService.php">
137130
<UndefinedClass>
138131
<code><![CDATA[\OCA\TwoFactorGateway\Provider\Gateway\Factory]]></code>

0 commit comments

Comments
 (0)