summaryrefslogtreecommitdiffstats
path: root/Http/Authentication/SimpleAuthenticationHandler.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2014-04-16 10:03:46 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2014-04-16 10:03:46 +0200
commitea6c25bbc5a686d9d89f1e145dee21197bba9713 (patch)
treea1f5b805f0d0c15963d5fe90e0592e57a493ce81 /Http/Authentication/SimpleAuthenticationHandler.php
parent3b378cf0eb09f4e34cfde24e29cda4f578fe6833 (diff)
downloadsymfony-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.php4
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)
{