Skip to content

Commit 6d0e438

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: [DependencyInjection] only allow `ReflectionNamedType` for `ServiceSubscriberTrait` Fix CS [Intl] Update the ICU data to 70.1 Default access_decision_manager.strategy option with merge. Signed-off-by: Alexander M. Turek <me@derrabus.de>
2 parents 2a71b45 + 256ed08 commit 6d0e438

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)