diff --git a/src/Symfony/Component/Security/Core/Exception/CustomUserMessageAccountStatusException.php b/src/Symfony/Component/Security/Core/Exception/CustomUserMessageAccountStatusException.php index 5c68ca1617..3594b9bd5e 100644 --- a/src/Symfony/Component/Security/Core/Exception/CustomUserMessageAccountStatusException.php +++ b/src/Symfony/Component/Security/Core/Exception/CustomUserMessageAccountStatusException.php @@ -35,7 +35,7 @@ class CustomUserMessageAccountStatusException extends AccountStatusException } /** - * Set a message that will be shown to the user. + * Sets a message that will be shown to the user. * * @param string $messageKey The message or message key * @param array $messageData Data to be passed into the translator