Skip to content

Commit f3c2066

Browse files
Thaldosfabpot
authored andcommitted
[Security] Add a little explanations in supports() description
1 parent 4bb0a7b commit f3c2066

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)