Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b76392

Browse files
committed
merged branch elnur/interface-public-modifier (PR #7397)
This PR was submitted for the 2.0 branch but it was merged into the 2.1 branch instead (closes #7397). Commits ------- 8ee05e5 Add a public modifier to an interface method Discussion ---------- [2.0][Security] Add a public modifier to an interface method | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes
2 parents 70ec4f6 + 366bba6 commit 7b76392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ interface AuthenticationProviderInterface extends AuthenticationManagerInterface
3131
*
3232
* @return Boolean true if the implementation supports the Token, false otherwise
3333
*/
34-
function supports(TokenInterface $token);
34+
public function supports(TokenInterface $token);
3535
}

0 commit comments

Comments
 (0)