Skip to content

Commit 2da5a05

Browse files
committed
minor #13470 [2.7] Removed dead code and various cleaning (saro0h)
This PR was merged into the 2.7 branch. Discussion ---------- [2.7] Removed dead code and various cleaning | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | ~ | License | MIT | Doc PR | ~ In complement of these: symfony/symfony#13488 & symfony/symfony#13481 Commits ------- 9272f86 Removed dead code and various cleaning
2 parents bdcea46 + e2ca6ec commit 2da5a05

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Constraints/CallbackValidator.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\Constraints;
1313

14-
use Symfony\Component\Validator\Context\ExecutionContextInterface;
1514
use Symfony\Component\Validator\Constraint;
1615
use Symfony\Component\Validator\ConstraintValidator;
1716
use Symfony\Component\Validator\Exception\ConstraintDefinitionException;

Constraints/NotNullValidator.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\Constraints;
1313

14-
use Symfony\Component\Validator\Context\ExecutionContextInterface;
1514
use Symfony\Component\Validator\Constraint;
1615
use Symfony\Component\Validator\ConstraintValidator;
1716
use Symfony\Component\Validator\Exception\UnexpectedTypeException;

0 commit comments

Comments
 (0)