Skip to content

Commit dd390c7

Browse files
committed
Remove unneeded use statements
1 parent 27c79f2 commit dd390c7

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Tests/Constraints/AtLeastOneOfValidatorTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
use Symfony\Component\Validator\Constraints\Length;
2929
use Symfony\Component\Validator\Constraints\LessThan;
3030
use Symfony\Component\Validator\Constraints\Negative;
31-
use Symfony\Component\Validator\Constraints\NotBlank;
3231
use Symfony\Component\Validator\Constraints\NotNull;
3332
use Symfony\Component\Validator\Constraints\Range;
3433
use Symfony\Component\Validator\Constraints\Regex;

Tests/Constraints/LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\Validator\Tests\Constraints;
1313

1414
use Symfony\Component\Validator\Constraint;
15-
use Symfony\Component\Validator\Constraints\AbstractComparison;
1615
use Symfony\Component\Validator\Constraints\NegativeOrZero;
1716
use Symfony\Component\Validator\Exception\ConstraintDefinitionException;
1817

Tests/Constraints/LessThanValidatorWithNegativeConstraintTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\Validator\Tests\Constraints;
1313

1414
use Symfony\Component\Validator\Constraint;
15-
use Symfony\Component\Validator\Constraints\AbstractComparison;
1615
use Symfony\Component\Validator\Constraints\Negative;
1716
use Symfony\Component\Validator\Exception\ConstraintDefinitionException;
1817

0 commit comments

Comments
 (0)