Skip to content

Commit 84ac827

Browse files
committed
php-cs
1 parent a933883 commit 84ac827

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/TwigComponent/src/DependencyInjection/Compiler/TwigComponentPass.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@
1111

1212
namespace Symfony\UX\TwigComponent\DependencyInjection\Compiler;
1313

14-
use Symfony\Component\DependencyInjection\Argument\ServiceLocatorArgument;
15-
use Symfony\Component\DependencyInjection\Argument\TaggedIteratorArgument;
1614
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
1715
use Symfony\Component\DependencyInjection\Compiler\ServiceLocatorTagPass;
1816
use Symfony\Component\DependencyInjection\ContainerBuilder;
19-
use Symfony\Component\DependencyInjection\Exception\LogicException;
2017
use Symfony\Component\DependencyInjection\Reference;
2118

2219
/**

src/TwigComponent/src/DependencyInjection/TwigComponentExtension.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
namespace Symfony\UX\TwigComponent\DependencyInjection;
1313

1414
use Symfony\Component\DependencyInjection\Argument\AbstractArgument;
15-
use Symfony\Component\DependencyInjection\Argument\ServiceLocatorArgument;
16-
use Symfony\Component\DependencyInjection\Argument\TaggedIteratorArgument;
1715
use Symfony\Component\DependencyInjection\ChildDefinition;
1816
use Symfony\Component\DependencyInjection\ContainerBuilder;
1917
use Symfony\Component\DependencyInjection\Exception\LogicException;

src/TwigComponent/tests/Integration/ComponentFactoryTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\UX\TwigComponent\Tests\Integration;
1313

1414
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
15-
use Symfony\Component\DependencyInjection\Exception\LogicException;
1615
use Symfony\UX\TwigComponent\ComponentFactory;
1716
use Symfony\UX\TwigComponent\Tests\Fixtures\Component\ComponentA;
1817
use Symfony\UX\TwigComponent\Tests\Fixtures\Component\ComponentB;

0 commit comments

Comments
 (0)