Skip to content

Commit bfc3039

Browse files
minor symfony#58495 [Form] Remove unnecessary imports (alexandre-daubois)
This PR was merged into the 6.4 branch. Discussion ---------- [Form] Remove unnecessary imports | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT These imports are not used anymore, they can be removed. Commits ------- ae8569e [Form] Remove unnecessary imports
2 parents c898802 + ae8569e commit bfc3039

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Symfony/Component/Form/Test/FormPerformanceTestCase.php

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

1414
use Symfony\Component\Form\Test\Traits\RunTestTrait;
15-
use Symfony\Component\Form\Tests\VersionAwareTest;
1615

1716
/**
1817
* Base class for performance tests.

src/Symfony/Component/Form/Tests/Extension/Core/Type/BaseTypeTestCase.php

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

1414
use Symfony\Component\Form\Test\TypeTestCase;
15-
use Symfony\Component\Form\Tests\VersionAwareTest;
1615

1716
/**
1817
* @author Bernhard Schussek <bschussek@gmail.com>

0 commit comments

Comments
 (0)