Skip to content

Commit 256c56f

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: [Security] Minor typo
2 parents 5127924 + aa69f4b commit 256c56f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security/experimental_authenticators.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ The authenticator can be enabled using the ``custom_authenticators`` setting:
375375
- App\Security\ApiKeyAuthenticator
376376
377377
# don't forget to also configure the entry_point if the
378-
# authenticator implements AuthenticatorEntryPointInterface
378+
# authenticator implements AuthenticationEntryPointInterface
379379
# entry_point: App\Security\CustomFormLoginAuthenticator
380380
381381
.. code-block:: xml
@@ -447,7 +447,7 @@ well as other pieces of information, like whether a password should be checked
447447
or if "remember me" functionality should be enabled.
448448

449449
The default
450-
:class:`Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\Passport`.
450+
:class:`Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\Passport`
451451
requires a user object and credentials. The following credential classes
452452
are supported by default:
453453

0 commit comments

Comments
 (0)