diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2015-08-24 08:53:33 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2015-08-24 09:13:45 +0200 |
commit | 5ccfeae19f3bf9238148326f32850672f3fea7e4 (patch) | |
tree | 36e1eb54f68768c3f5bf0369d8a4a25a21966e39 /Core/Tests/Validator | |
parent | 3d137c73cd8c6cb584e3f478b52de00e751d2289 (diff) | |
download | symfony-security-5ccfeae19f3bf9238148326f32850672f3fea7e4.zip symfony-security-5ccfeae19f3bf9238148326f32850672f3fea7e4.tar.gz symfony-security-5ccfeae19f3bf9238148326f32850672f3fea7e4.tar.bz2 |
fixes CS
Diffstat (limited to 'Core/Tests/Validator')
-rw-r--r-- | Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php b/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php index 72e08c0..8053732 100644 --- a/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php +++ b/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php @@ -15,6 +15,7 @@ use Symfony\Component\Validator\Validation; /** * @since 2.5.4 + * * @author Bernhard Schussek <bschussek@gmail.com> * @group legacy */ |