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 11
11
12
12
namespace Symfony \UX \TwigComponent \DependencyInjection \Compiler ;
13
13
14
- use Symfony \Component \DependencyInjection \Argument \ServiceLocatorArgument ;
15
- use Symfony \Component \DependencyInjection \Argument \TaggedIteratorArgument ;
16
14
use Symfony \Component \DependencyInjection \Compiler \CompilerPassInterface ;
17
15
use Symfony \Component \DependencyInjection \Compiler \ServiceLocatorTagPass ;
18
16
use Symfony \Component \DependencyInjection \ContainerBuilder ;
19
- use Symfony \Component \DependencyInjection \Exception \LogicException ;
20
17
use Symfony \Component \DependencyInjection \Reference ;
21
18
22
19
/**
Original file line number Diff line number Diff line change 12
12
namespace Symfony \UX \TwigComponent \DependencyInjection ;
13
13
14
14
use Symfony \Component \DependencyInjection \Argument \AbstractArgument ;
15
- use Symfony \Component \DependencyInjection \Argument \ServiceLocatorArgument ;
16
- use Symfony \Component \DependencyInjection \Argument \TaggedIteratorArgument ;
17
15
use Symfony \Component \DependencyInjection \ChildDefinition ;
18
16
use Symfony \Component \DependencyInjection \ContainerBuilder ;
19
17
use Symfony \Component \DependencyInjection \Exception \LogicException ;
Original file line number Diff line number Diff line change 12
12
namespace Symfony \UX \TwigComponent \Tests \Integration ;
13
13
14
14
use Symfony \Bundle \FrameworkBundle \Test \KernelTestCase ;
15
- use Symfony \Component \DependencyInjection \Exception \LogicException ;
16
15
use Symfony \UX \TwigComponent \ComponentFactory ;
17
16
use Symfony \UX \TwigComponent \Tests \Fixtures \Component \ComponentA ;
18
17
use Symfony \UX \TwigComponent \Tests \Fixtures \Component \ComponentB ;
You can’t perform that action at this time.
0 commit comments