diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2014-04-16 10:03:46 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2014-04-16 10:03:46 +0200 |
commit | ea6c25bbc5a686d9d89f1e145dee21197bba9713 (patch) | |
tree | a1f5b805f0d0c15963d5fe90e0592e57a493ce81 /Http/Authentication/SimpleAuthenticationHandler.php | |
parent | 3b378cf0eb09f4e34cfde24e29cda4f578fe6833 (diff) | |
download | symfony-security-ea6c25bbc5a686d9d89f1e145dee21197bba9713.zip symfony-security-ea6c25bbc5a686d9d89f1e145dee21197bba9713.tar.gz symfony-security-ea6c25bbc5a686d9d89f1e145dee21197bba9713.tar.bz2 |
made {@inheritdoc} annotations consistent across the board
Diffstat (limited to 'Http/Authentication/SimpleAuthenticationHandler.php')
-rw-r--r-- | Http/Authentication/SimpleAuthenticationHandler.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Http/Authentication/SimpleAuthenticationHandler.php b/Http/Authentication/SimpleAuthenticationHandler.php index 2280d8f..09a55ef 100644 --- a/Http/Authentication/SimpleAuthenticationHandler.php +++ b/Http/Authentication/SimpleAuthenticationHandler.php @@ -51,7 +51,7 @@ class SimpleAuthenticationHandler implements AuthenticationFailureHandlerInterfa } /** - * {@inheritDoc} + * {@inheritdoc} */ public function onAuthenticationSuccess(Request $request, TokenInterface $token) { @@ -78,7 +78,7 @@ class SimpleAuthenticationHandler implements AuthenticationFailureHandlerInterfa } /** - * {@inheritDoc} + * {@inheritdoc} */ public function onAuthenticationFailure(Request $request, AuthenticationException $exception) { |