8000 rewording to Wouter's suggestion · symfony/symfony-docs@89c57e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 89c57e5

Browse files
committed
rewording to Wouter's suggestion
1 parent 778efb0 commit 89c57e5

File tree

1 f 8000 ile changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/security/custom_authentication_provider.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,8 @@ requires the following methods:
354354
to the DI container for the appropriate security context.
355355

356356
``getPosition``
357-
Method which defines the position at which the provider is called. The
358-
returned value must be one of ``pre_auth``, ``form``, ``http`` or ``remember_me``.
357+
Returns when the provider should be called. This can be one of ``pre_auth``,
358+
``form``, ``http`` or ``remember_me``.
359359

360360
``getKey``
361361
Method which defines the configuration key used to reference

0 commit comments

Comments
 (0)
0