Skip to content

Commit ffcf73a

Browse files
committed
minor #8291 Fix typo (florentingarnier)
This PR was merged into the 3.3 branch. Discussion ---------- Fix typo Remove of semi colon of Service name row in security.yml Commits ------- 087fc96 Fix typo
2 parents c95f7c7 + 087fc96 commit ffcf73a

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
@@ -335,7 +335,7 @@ Configuration example for form login
335335
# ...
336336
form_login_ldap:
337337
# ...
338-
service: Symfony\Component\Ldap\Ldap;
338+
service: Symfony\Component\Ldap\Ldap
339339
dn_string: 'uid={username},dc=example,dc=com'
340340
341341
.. code-block:: xml

0 commit comments

Comments
 (0)