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