[FrameworkBundle] CS fix

This commit is contained in:
Nicolas Grekas 2020-02-01 11:06:44 +01:00
parent ec8163d55f
commit fb732df025
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ namespace Symfony\Bundle\FrameworkBundle\Kernel;
use Symfony\Component\Config\Loader\LoaderInterface;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Definition;
use Symfony\Component\DependencyInjection\Loader\Configurator\AbstractConfigurator;
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
use Symfony\Component\DependencyInjection\Loader\PhpFileLoader as ContainerPhpFileLoader;