Skip to content

Commit 19255f2

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 b5cc997 + 5e89ce0 commit 19255f2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php

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

1414
use Symfony\Component\Form\DataTransformerInterface;
1515
use Symfony\Component\Form\Exception\TransformationFailedException;
16-
use Symfony\Component\Form\Deprecated\NumberToLocalizedStringTransformer as Deprecated;
1716

1817
/**
1918
* Transforms between a number type and a localized number with grouping

Extension/Validator/Constraints/Form.php

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

1212
namespace Symfony\Component\Form\Extension\Validator\Constraints;
1313

14-
use Symfony\Component\Form\Extension\Validator\Constraints\Deprecated\Form as Deprecated;
1514
use Symfony\Component\Validator\Constraint;
1615

1716
/**

0 commit comments

Comments
 (0)