Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 5f80f95

Browse files
committed
fix phpdoc's alignment
1 parent 4d93fe2 commit 5f80f95

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Core/Authentication/Provider/AuthenticationProviderInterface.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
*/
2525
interface AuthenticationProviderInterface extends AuthenticationManagerInterface
2626
{
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-
*/
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+
*/
3434
public function supports(TokenInterface $token);
3535
}

0 commit comments

Comments
 (0)