Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 58b9245

Browse filesBrowse files
committed
removed unused use statements
1 parent d48d88a commit 58b9245
Copy full SHA for 58b9245

File tree

Expand file treeCollapse file tree

8 files changed

+0
-8
lines changed
Filter options
Expand file treeCollapse file tree

8 files changed

+0
-8
lines changed

‎src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
1515
use Symfony\Component\Console\Input\InputInterface;
1616
use Symfony\Component\Console\Output\OutputInterface;
17-
use Symfony\Component\Finder\Finder;
1817
use Symfony\Component\Console\Input\InputArgument;
1918
use Symfony\Component\Console\Input\InputOption;
2019
use Symfony\Component\Translation\MessageCatalogue;

‎src/Symfony/Component/Form/Extension/Core/Type/CountryType.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/CountryType.php
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\Form\Extension\Core\Type;
1313

1414
use Symfony\Component\Form\AbstractType;
15-
use Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceList;
1615
use Symfony\Component\Locale\Locale;
1716

1817
class CountryType extends AbstractType

‎src/Symfony/Component/Form/Extension/Core/Type/DateType.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/DateType.php
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use Symfony\Component\Form\FormBuilder;
1717
use Symfony\Component\Form\Exception\CreationException;
1818
use Symfony\Component\Form\FormView;
19-
use Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceList;
2019
use Symfony\Component\Form\Extension\Core\DataTransformer\DateTimeToLocalizedStringTransformer;
2120
use Symfony\Component\Form\Extension\Core\DataTransformer\DateTimeToArrayTransformer;
2221
use Symfony\Component\Form\Extension\Core\DataTransformer\DateTimeToStringTransformer;

‎src/Symfony/Component/Form/Extension/Core/Type/LanguageType.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/LanguageType.php
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\Form\Extension\Core\Type;
1313

1414
use Symfony\Component\Form\AbstractType;
15-
use Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceList;
1615
use Symfony\Component\Locale\Locale;
1716

1817
class LanguageType extends AbstractType

‎src/Symfony/Component/Form/Extension/Core/Type/LocaleType.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/LocaleType.php
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\Form\Extension\Core\Type;
1313

1414
use Symfony\Component\Form\AbstractType;
15-
use Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceList;
1615
use Symfony\Component\Locale\Locale;
1716

1817
class LocaleType extends AbstractType

‎src/Symfony/Component/Form/Extension/Core/Type/TimeType.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/TimeType.php
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Symfony\Component\Form\FormInterface;
1616
use Symfony\Component\Form\FormBuilder;
1717
use Symfony\Component\Form\ReversedTransformer;
18-
use Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceList;
1918
use Symfony\Component\Form\Extension\Core\DataTransformer\DateTimeToStringTransformer;
2019
use Symfony\Component\Form\Extension\Core\DataTransformer\DateTimeToTimestampTransformer;
2120
use Symfony\Component\Form\Extension\Core\DataTransformer\DateTimeToArrayTransformer;

‎src/Symfony/Component/Form/Extension/Core/Type/TimezoneType.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/TimezoneType.php
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\Form\Extension\Core\Type;
1313

1414
use Symfony\Component\Form\AbstractType;
15-
use Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceList;
1615

1716
class TimezoneType extends AbstractType
1817
{

‎src/Symfony/Component/Validator/Tests/Constraints/FileValidatorTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Constraints/FileValidatorTest.php
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
use Symfony\Component\Validator\Constraints\File;
1515
use Symfony\Component\Validator\Constraints\FileValidator;
16-
use Symfony\Component\HttpFoundation\File\File as FileObject;
1716
use Symfony\Component\HttpFoundation\File\UploadedFile;
1817

1918
abstract class FileValidatorTest extends \PHPUnit_Framework_TestCase

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.