We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ca1af commit 0062ae5Copy full SHA for 0062ae5
Authentication/Provider/AuthenticationProviderInterface.php
@@ -24,12 +24,12 @@
24
*/
25
interface AuthenticationProviderInterface extends AuthenticationManagerInterface
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);
+ /**
+ * Checks whether this provider supports the given token.
+ *
+ * @param TokenInterface $token A TokenInterface instance
+ * @return bool true if the implementation supports the Token, false otherwise
+ */
+ public function supports(TokenInterface $token);
35
}
0 commit comments