Skip to content

Commit 922f9fe

Browse files
committed
fabbot
1 parent 42b8489 commit 922f9fe

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/TwigComponent/src/ComponentAttributes.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@
1111

1212
namespace Symfony\UX\TwigComponent;
1313

14-
use BadMethodCallException;
1514
use Symfony\UX\StimulusBundle\Dto\StimulusAttributes;
1615
use Symfony\UX\TwigComponent\Exception\RuntimeException;
17-
use Symfony\WebpackEncoreBundle\Dto\AbstractStimulusDto;
1816
use Twig\Runtime\EscaperRuntime;
1917

2018
/**

src/TwigComponent/src/Twig/ComponentNode.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Twig\Attribute\YieldReady;
1616
use Twig\Compiler;
1717
use Twig\Environment;
18-
use Twig\Extension\CoreExtension;
1918
use Twig\Node\Expression\AbstractExpression;
2019
use Twig\Node\Node;
2120
use Twig\Node\NodeOutputInterface;

src/TwigComponent/tests/Unit/ComponentAttributesTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\UX\StimulusBundle\Dto\StimulusAttributes;
1616
use Symfony\UX\TwigComponent\ComponentAttributes;
17-
use Symfony\WebpackEncoreBundle\Dto\AbstractStimulusDto;
1817
use Twig\Environment;
1918
use Twig\Loader\ArrayLoader;
2019
use Twig\Runtime\EscaperRuntime;

0 commit comments

Comments
 (0)