File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 1111
1212namespace Symfony \UX \TwigComponent \DependencyInjection \Compiler ;
1313
14- use Symfony \Component \DependencyInjection \Argument \ServiceLocatorArgument ;
15- use Symfony \Component \DependencyInjection \Argument \TaggedIteratorArgument ;
1614use Symfony \Component \DependencyInjection \Compiler \CompilerPassInterface ;
1715use Symfony \Component \DependencyInjection \Compiler \ServiceLocatorTagPass ;
1816use Symfony \Component \DependencyInjection \ContainerBuilder ;
19- use Symfony \Component \DependencyInjection \Exception \LogicException ;
2017use Symfony \Component \DependencyInjection \Reference ;
2118
2219/**
Original file line number Diff line number Diff line change 1212namespace Symfony \UX \TwigComponent \DependencyInjection ;
1313
1414use Symfony \Component \DependencyInjection \Argument \AbstractArgument ;
15- use Symfony \Component \DependencyInjection \Argument \ServiceLocatorArgument ;
16- use Symfony \Component \DependencyInjection \Argument \TaggedIteratorArgument ;
1715use Symfony \Component \DependencyInjection \ChildDefinition ;
1816use Symfony \Component \DependencyInjection \ContainerBuilder ;
1917use Symfony \Component \DependencyInjection \Exception \LogicException ;
Original file line number Diff line number Diff line change 1212namespace Symfony \UX \TwigComponent \Tests \Integration ;
1313
1414use Symfony \Bundle \FrameworkBundle \Test \KernelTestCase ;
15- use Symfony \Component \DependencyInjection \Exception \LogicException ;
1615use Symfony \UX \TwigComponent \ComponentFactory ;
1716use Symfony \UX \TwigComponent \Tests \Fixtures \Component \ComponentA ;
1817use Symfony \UX \TwigComponent \Tests \Fixtures \Component \ComponentB ;
You can’t perform that action at this time.
0 commit comments