diff options
Diffstat (limited to 'Core/Exception/InsufficientAuthenticationException.php')
-rw-r--r-- | Core/Exception/InsufficientAuthenticationException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Exception/InsufficientAuthenticationException.php b/Core/Exception/InsufficientAuthenticationException.php index 74fc2b9..e33ef6a 100644 --- a/Core/Exception/InsufficientAuthenticationException.php +++ b/Core/Exception/InsufficientAuthenticationException.php @@ -22,7 +22,7 @@ namespace Symfony\Component\Security\Core\Exception; class InsufficientAuthenticationException extends AuthenticationException { /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMessageKey() { |