Skip to content

Commit 4161371

Browse files
committed
[Validator] Removed unused use statements
1 parent aeb6822 commit 4161371

File tree

5 files changed

+0
-11
lines changed

5 files changed

+0
-11
lines changed

src/Symfony/Component/Validator/Mapping/GenericMetadata.php

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

1414
use Symfony\Component\Validator\Constraint;
15-
use Symfony\Component\Validator\Constraints\Traverse;
1615
use Symfony\Component\Validator\Constraints\Valid;
1716

1817
/**

src/Symfony/Component/Validator/Node/CollectionNode.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
namespace Symfony\Component\Validator\Node;
1313

1414
use Symfony\Component\Validator\Exception\ConstraintDefinitionException;
15-
use Symfony\Component\Validator\Exception\UnexpectedTypeException;
16-
use Symfony\Component\Validator\Mapping\MetadataInterface;
1715
use Symfony\Component\Validator\Mapping\TraversalStrategy;
1816

1917
/**

src/Symfony/Component/Validator/Tests/Validator/AbstractLegacyApiTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Symfony\Component\Validator\Tests\Validator;
1313

14-
use Symfony\Component\Validator\Constraint;
1514
use Symfony\Component\Validator\Constraints\Callback;
1615
use Symfony\Component\Validator\Constraints\Valid;
1716
use Symfony\Component\Validator\ConstraintViolationInterface;

src/Symfony/Component/Validator/Validator/ContextualValidator.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,12 @@
1212
namespace Symfony\Component\Validator\Validator;
1313

1414
use Symfony\Component\Validator\Constraint;
15-
use Symfony\Component\Validator\Constraints\Traverse;
1615
use Symfony\Component\Validator\Constraints\Valid;
1716
use Symfony\Component\Validator\Context\ExecutionContextInterface;
18-
use Symfony\Component\Validator\Exception\NoSuchMetadataException;
19-
use Symfony\Component\Validator\Exception\UnexpectedTypeException;
2017
use Symfony\Component\Validator\Exception\ValidatorException;
2118
use Symfony\Component\Validator\Mapping\ClassMetadataInterface;
2219
use Symfony\Component\Validator\Mapping\GenericMetadata;
23-
use Symfony\Component\Validator\Mapping\TraversalStrategy;
2420
use Symfony\Component\Validator\MetadataFactoryInterface;
25-
use Symfony\Component\Validator\Node\ClassNode;
26-
use Symfony\Component\Validator\Node\CollectionNode;
2721
use Symfony\Component\Validator\Node\GenericNode;
2822
use Symfony\Component\Validator\Node\PropertyNode;
2923
use Symfony\Component\Validator\NodeTraverser\NodeTraverserInterface;

src/Symfony/Component/Validator/Validator/LegacyValidator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
use Symfony\Component\Validator\Constraint;
1515
use Symfony\Component\Validator\Constraints\GroupSequence;
16-
use Symfony\Component\Validator\Constraints\Traverse;
1716
use Symfony\Component\Validator\Constraints\Valid;
1817
use Symfony\Component\Validator\ValidatorInterface as LegacyValidatorInterface;
1918

0 commit comments

Comments
 (0)