8000 Code cleanup · sensi/symfony@f06432b · GitHub
[go: up one dir, main page]

Skip to content

Commit f06432b

Browse files
committed
Code cleanup
1 parent bb636c8 commit f06432b

25 files changed

+1
-33
lines changed

src/Symfony/Component/Console/Application.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
use Symfony\Component\Console\Input\InputOption;
1919
use Symfony\Component\Console\Input\InputArgument;
2020
use Symfony\Component\Console\Output\OutputInterface;
21-
use Symfony\Component\Console\Output\Output;
2221
use Symfony\Component\Console\Output\ConsoleOutput;
2322
use Symfony\Component\Console\Output\ConsoleOutputInterface;
2423
use Symfony\Component\Console\Command\Command;

src/Symfony/Component/Console/Command/HelpCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Symfony\Component\Console\Input\InputOption;
1616
use Symfony\Component\Console\Input\InputInterface;
1717
use Symfony\Component\Console\Output\OutputInterface;
18-
use Symfony\Component\Console\Output\Output;
1918
use Symfony\Component\Console\Command\Command;
2019

2120
/**

src/Symfony/Component/Console/Command/ListCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Symfony\Component\Console\Input\InputOption;
1616
use Symfony\Component\Console\Input\InputInterface;
1717
use Symfony\Component\Console\Output\OutputInterface;
18-
use Symfony\Component\Console\Output\Output;
1918
use Symfony\Component\Console\Command\Command;
2019
use Symfony\Component\Console\Input\InputDefinition;
2120

src/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php

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

1414
use Symfony\Component\Yaml\Dumper as YmlDumper;
15-
use Symfony\Component\Yaml\Yaml;
1615
use Symfony\Component\DependencyInjection\Alias;
1716
use Symfony\Component\DependencyInjection\ContainerInterface;
1817
use Symfony\Component\DependencyInjection\Definition;

src/Symfony/Component/Form/AbstractType.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;
1313

14-
use Symfony\Component\Form\Exception\UnexpectedTypeException;
1514
use Symfony\Component\OptionsResolver\OptionsResolverInterface;
1615

1716
/**

src/Symfony/Component/Form/Extension/Core/DataMapper/PropertyPathMapper.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\Core\DataMapper;
1313

14-
use Symfony\Component\Form\FormInterface;
1514
use Symfony\Component\Form\DataMapperInterface;
1615
use Symfony\Component\Form\Util\VirtualFormAwareIterator;
1716
use Symfony\Component\Form\Exception\UnexpectedTypeException;

src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
use Symfony\Component\Form\FormInterface;
1717
use Symfony\Component\Form\FormView;
1818
use Symfony\Component\Form\Exception\FormException;
19-
use Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceList;
2019
use Symfony\Component\Form\Extension\Core\ChoiceList\SimpleChoiceList;
21-
use Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceListInterface;
2220
use Symfony\Component\Form\Extension\Core\EventListener\FixRadioInputListener;
2321
use Symfony\Component\Form\Extension\Core\EventListener\FixCheckboxInputListener;
2422
use Symfony\Component\Form\Extension\Core\EventListener\MergeCollectionListener;

src/Symfony/Component/Form/Extension/Core/Type/FormType.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@
1212
namespace Symfony\Component\Form\Extension\Core\Type;
1313

1414
use Symfony\Component\Form\AbstractType;
15-
use Symfony\Component\Form\FormBuilder;
1615
use Symfony\Component\Form\FormBuilderInterface;
1716
use Symfony\Component\Form\FormInterface;
18-
use Symfony\Component\Form\FormFactoryInterface;
1917
use Symfony\Component\Form\FormView;
2018
use Symfony\Component\Form\Extension\Core\EventListener\TrimListener;
2119
use Symfony\Component\Form\Extension\Core\DataMapper\PropertyPathMapper;

src/Symfony/Component/Form/Extension/Core/Type/RepeatedType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Symfony\Component\Form\AbstractType;
1515
use Symfony\Component\Form\FormBuilderInterface;
1616
use Symfony\Component\Form\Extension\Core\DataTransformer\ValueToDuplicatesTransformer;
17-
use Symfony\Component\OptionsResolver\Options;
1817
use Symfony\Component\OptionsResolver\OptionsResolverInterface;
1918

2019
class RepeatedType extends AbstractType

src/Symfony/Component/Form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
use Symfony\Component\Form\AbstractTypeExtension;
1515
use Symfony\Component\Form\Extension\HttpFoundation\EventListener\BindRequestListener;
1616
use Symfony\Component\Form\FormBuilderInterface;
17-
use Symfony\Component\OptionsResolver\Options;
18-
use Symfony\Component\OptionsResolver\OptionsResolverInterface;
1917

2018
/**
2119
* @author Bernhard Schussek <bschussek@gmail.com>

0 commit comments

Comments
 (0)
0