Skip to content

Commit b0ab687

Browse files
committed
minor symfony#12917 [2.3] [Security] Fixed The AuthenticationProviderInterface Alignment (GrahamCampbell)
This PR was merged into the 2.3 branch. Discussion ---------- [2.3] [Security] Fixed The AuthenticationProviderInterface Alignment | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | N/A ##### This pull request fixes the AuthenticationProviderInterface alignment. Everything was indented by one too many spaces. Commits ------- 1270327 Fixed the AuthenticationProviderInterface alignment
2 parents 122e117 + 1270327 commit b0ab687

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php

Lines changed: 8 additions & 8 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-
*/
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);
3535
}

0 commit comments

Comments
 (0)