diff options
author | sarah khalil <mkhalil.sarah@gmail.com> | 2015-01-20 22:49:28 +0100 |
---|---|---|
committer | sarah khalil <mkhalil.sarah@gmail.com> | 2015-01-21 17:43:56 +0100 |
commit | c199be2dfc2e24d7de1969c64846183242e1ba48 (patch) | |
tree | 3342e59d7eed39fdf66078b4e8cbab8b081fbffd | |
parent | 8508d163454c5ed699f01f1ef20f7e2038c0d0a8 (diff) | |
download | symfony-security-c199be2dfc2e24d7de1969c64846183242e1ba48.zip symfony-security-c199be2dfc2e24d7de1969c64846183242e1ba48.tar.gz symfony-security-c199be2dfc2e24d7de1969c64846183242e1ba48.tar.bz2 |
Removed dead code and various cleaning
-rw-r--r-- | Core/Validator/Constraints/UserPasswordValidator.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Core/Validator/Constraints/UserPasswordValidator.php b/Core/Validator/Constraints/UserPasswordValidator.php index ee9ddda..2dc7fee 100644 --- a/Core/Validator/Constraints/UserPasswordValidator.php +++ b/Core/Validator/Constraints/UserPasswordValidator.php @@ -14,7 +14,6 @@ namespace Symfony\Component\Security\Core\Validator\Constraints; use Symfony\Component\Security\Core\User\UserInterface; use Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface; use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface; -use Symfony\Component\Validator\Context\ExecutionContextInterface; use Symfony\Component\Validator\Constraint; use Symfony\Component\Validator\ConstraintValidator; use Symfony\Component\Validator\Exception\ConstraintDefinitionException; |