diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2016-07-04 07:27:33 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2016-07-04 07:27:33 +0200 |
commit | b3409eca8afc51fb67f47854b087f994f5a4c67b (patch) | |
tree | e31de72e38856a4d2f43ce76cd3656b6605345e2 /Core | |
parent | 457c5c678236cd0102e0028e0d2b89e4597ba452 (diff) | |
download | symfony-security-b3409eca8afc51fb67f47854b087f994f5a4c67b.zip symfony-security-b3409eca8afc51fb67f47854b087f994f5a4c67b.tar.gz symfony-security-b3409eca8afc51fb67f47854b087f994f5a4c67b.tar.bz2 |
removed @since
Diffstat (limited to 'Core')
-rw-r--r-- | Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php b/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php index 8053732..f7da8c0 100644 --- a/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php +++ b/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php @@ -14,8 +14,6 @@ namespace Symfony\Component\Security\Core\Tests\Validator\Constraints; use Symfony\Component\Validator\Validation; /** - * @since 2.5.4 - * * @author Bernhard Schussek <bschussek@gmail.com> * @group legacy */ |