Skip to content

Commit cb19eb1

Browse files
committed
minor #42409 [Security] Add a little explanations in supports() description (Thaldos)
This PR was squashed before being merged into the 5.4 branch. Discussion ---------- [Security] Add a little explanations in supports() description | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - It is a very little modification in comment, just to help to understand quickly how the supports() works. Commits ------- b585d19de2 [Security] Add a little explanations in supports() description
2 parents d5cdadd + f3c2066 commit cb19eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Authenticator/AuthenticatorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ interface AuthenticatorInterface
3434
/**
3535
* Does the authenticator support the given Request?
3636
*
37-
* If this returns false, the authenticator will be skipped.
37+
* If this returns true, authenticate() will be called. If false, the authenticator will be skipped.
3838
*
3939
* Returning null means authenticate() can be called lazily when accessing the token storage.
4040
*/

0 commit comments

Comments
 (0)