Skip to content

Commit 9d60165

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: Update ldap.rst
2 parents 8db66a5 + 620dba6 commit 9d60165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/ldap.rst

+1-1
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)