Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit620dba6

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 containsthe bug (seehttps://symfony.com/roadmap for the list of maintained branches).If your pull request documents a NEW FEATURE, use the same Symfony branch wherethe feature was introduced (and `master` for features of unreleased versions).-->Commits-------233ff60 Update ldap.rst
2 parentscdb1c3c +233ff60 commit620dba6

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)

[8]ページ先頭

©2009-2025 Movatter.jp