Skip to content

Commit 250fc53

Browse files
committed
Merge branch '4.2' into 4.3
* 4.2: Update ldap.rst
2 parents f2e5355 + 9d60165 commit 250fc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/ldap.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ An LDAP client can be configured using the built-in
112112
use Symfony\Component\Ldap\Ldap;
113113
114114
$container->register(Ldap::class)
115-
->addArgument(new Reference(Adapter::class);
115+
->addArgument(new Reference(Adapter::class));
116116
117117
$container
118118
->register(Adapter::class)

0 commit comments

Comments
 (0)