Skip to content

Commit f2b0976

Browse files
committed
Homogenize PHP-CS-Fixer configuration with symfony/symfony, and run it
1 parent 1e6d04c commit f2b0976

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

src/Util/LiveAttributesCollection.php

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

1212
namespace Symfony\UX\LiveComponent\Util;
1313

14-
use Twig\Environment;
15-
use Twig\Extension\EscaperExtension;
16-
use Twig\Runtime\EscaperRuntime;
17-
1814
/**
1915
* A collection of HTML attributes useful for LiveComponent.
2016
*

src/Util/TwigAttributeHelperFactory.php

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

1212
namespace Symfony\UX\LiveComponent\Util;
1313

14-
use Twig\Environment;
15-
1614
/**
1715
* Helper for building an array of attributes for the live controller element.
1816
*

tests/Functional/EventListener/LiveComponentSubscriberTest.php

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

1414
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
15-
use Symfony\Component\DomCrawler\Crawler;
16-
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
1715
use Symfony\Component\Security\Core\User\InMemoryUser;
1816
use Symfony\Component\Security\Http\Attribute\IsGranted;
1917
use Symfony\UX\LiveComponent\Tests\Fixtures\Entity\Entity1;

tests/Integration/EventListener/DataModelPropsSubscriberTest.php

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

1414
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
15-
use Symfony\Component\HttpFoundation\Request;
1615
use Symfony\UX\LiveComponent\Tests\LiveComponentTestHelper;
1716
use Symfony\UX\TwigComponent\ComponentRenderer;
1817

0 commit comments

Comments
 (0)