Skip to content

Commit 620dba6

Browse files
committed
minor #11588 Update ldap.rst (kboumedal)
This PR was submitted for the 4.2 branch but it was merged into the 3.4 branch instead (closes #11588). Discussion ---------- Update ldap.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 233ff60 Update ldap.rst
2 parents cdb1c3c + 233ff60 commit 620dba6

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
@@ -102,7 +102,7 @@ An LDAP client can be simply configured using the built-in
102102
use Symfony\Component\Ldap\Ldap;
103103
104104
$container->register(Ldap::class)
105-
->addArgument(new Reference(Adapter::class);
105+
->addArgument(new Reference(Adapter::class));
106106
107107
$container
108108
->register(Adapter::class)

0 commit comments

Comments
 (0)