File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
src/Symfony/Component/Security/Core/Authentication/Provider Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 24
24
*/
25
25
interface AuthenticationProviderInterface extends AuthenticationManagerInterface
26
26
{
27
- /**
28
- * Checks whether this provider supports the given token.
29
- *
30
- * @param TokenInterface $token A TokenInterface instance
31
- *
32
- * @return bool true if the implementation supports the Token, false otherwise
33
- */
34
- public function supports (TokenInterface $ token );
27
+ /**
28
+ * Checks whether this provider supports the given token.
29
+ *
30
+ * @param TokenInterface $token A TokenInterface instance
31
+ *
32
+ * @return bool true if the implementation supports the Token, false otherwise
33
+ */
34
+ public function supports (TokenInterface $ token );
35
35
}
You can’t perform that action at this time.
0 commit comments