Skip to content

Commit 22be8e7

Browse files
Remove unused imports
1 parent 438198d commit 22be8e7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
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/Fixtures/DummyCompoundConstraintWithGroups.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Symfony\Component\Validator\Constraints\Compound;
1515
use Symfony\Component\Validator\Constraints\Length;
1616
use Symfony\Component\Validator\Constraints\NotBlank;
17-
use Symfony\Component\Validator\Constraints\Regex;
1817

1918
class DummyCompoundConstraintWithGroups extends Compound
2019
{

0 commit comments

Comments
 (0)