Commit 747b936
committed
fix(crl): suppress UndefinedConstant inline in PhpLdapConnection
CI environments with the php-ldap extension installed do not trigger
UndefinedConstant for LDAP_OPT_* constants, so the baseline entry became
a stale UnusedBaselineEntry. Local environments without php-ldap still need
the suppression, which is now handled via an inline @psalm-suppress on the
configure() method instead of the shared baseline.
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>1 parent 1ebb445 commit 747b936
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
0 commit comments