Skip to content

Commit

Permalink
Add a public modifier to an interface method
Browse files Browse the repository at this point in the history
  • Loading branch information
elnur authored and fabpot committed Mar 18, 2013
1 parent 70ec4f6 commit 366bba6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ interface AuthenticationProviderInterface extends AuthenticationManagerInterface
*
* @return Boolean true if the implementation supports the Token, false otherwise
*/
function supports(TokenInterface $token);
public function supports(TokenInterface $token);
}

0 comments on commit 366bba6

Please sign in to comment.