8000 cs · symfony/symfony@f883c6a · GitHub
[go: up one dir, main page]

Skip to content

Commit f883c6a

Browse files
committed
cs
1 parent 6381b37 commit f883c6a

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/Symfony/Component/DependencyInjection/Loader/Configurator/ContainerConfigurator.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,13 @@
1111

1212
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
1313

14-
use Symfony\Component\Config\Builder\ConfigBuilderGenerator;
15-
use Symfony\Component\Config\Builder\ConfigBuilderInterface;
16-
use Symfony\Component\Config\Builder\ConfigBuilderGeneratorInterface;
1714
use Symfony\Component\DependencyInjection\Argument\AbstractArgument;
1815
use Symfony\Component\DependencyInjection\Argument\IteratorArgument;
1916
use Symfony\Component\DependencyInjection\Argument\ServiceLocatorArgument;
2017
use Symfony\Component\DependencyInjection\Argument\TaggedIteratorArgument;
21-
use Symfony\Component\DependencyInjection\Container;
2218
use Symfony\Component\DependencyInjection\ContainerBuilder;
2319
use Symfony\Component\DependencyInjection\Definition;
2420
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
25-
use Symfony\Component\DependencyInjection\Extension\ConfigurationExtensionInterface;
2621
use Symfony\Component\DependencyInjection\Extension\ExtensionInterface;
2722
use Symfony\Component\DependencyInjection\Loader\PhpFileLoader;
2823
use Symfony\Component\ExpressionLanguage\Expression;

src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ private function executeCallback(callable $callback, ContainerConfigurator $cont
139139
}
140140
}
141141

142-
143142
/**
144143
* @param string $namespace example extension alias ("framework") or FQCN string
145144
* for a class implementing ConfigBuilderInterface

0 commit comments

Comments
 (0)
0