Skip to content

Commit 73dd15f

Browse files
committed
Fix CS
1 parent 161d2bd commit 73dd15f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Adapter/ExtLdap/ConnectionOptions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ final class ConnectionOptions
5252
public const X_TLS_RANDOM_FILE = 0x6009;
5353
public const X_TLS_CRLFILE = 0x6010;
5454
public const X_TLS_PACKAGE = 0x6011;
55-
public const X_TLS_CRLCHECK = 0x600b;
56-
public const X_TLS_DHFILE = 0x600e;
55+
public const X_TLS_CRLCHECK = 0x600B;
56+
public const X_TLS_DHFILE = 0x600E;
5757
public const X_SASL_MECH = 0x6100;
5858
public const X_SASL_REALM = 0x6101;
5959
public const X_SASL_AUTHCID = 0x6102;

0 commit comments

Comments
 (0)