Skip to content

Commit aec7c40

Browse files
committed
minor #393 php-cs-fixer (weaverryan)
This PR was merged into the 2.x branch. Discussion ---------- php-cs-fixer | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | none | License | MIT Should fix the CI... Commits ------- 893de2a phpcs
2 parents 3de9b9f + 893de2a commit aec7c40

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

src/Autocomplete/src/DependencyInjection/AutocompleteExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
use Symfony\UX\Autocomplete\Form\ParentEntityAutocompleteType;
3030
use Symfony\UX\Autocomplete\Form\WrappedEntityTypeAutocompleter;
3131
use Symfony\UX\Autocomplete\Maker\MakeAutocompleteField;
32+
3233
use function Symfony\Component\DependencyInjection\Loader\Configurator\abstract_arg;
3334

3435
/**

src/Autocomplete/src/Maker/MakeAutocompleteField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function configureCommand(Command $command, InputConfiguration $inputConf
6565
6666
The command will ask you which entity the field is for and what to call your new class.
6767
EOF)
68-
;
68+
;
6969
}
7070

7171
public function configureDependencies(DependencyBuilder $dependencies)

src/LiveComponent/tests/Functional/EventListener/LiveComponentSubscriberTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
use Zenstruck\Browser\Test\HasBrowser;
2020
use Zenstruck\Foundry\Test\Factories;
2121
use Zenstruck\Foundry\Test\ResetDatabase;
22+
2223
use function Zenstruck\Foundry\create;
2324

2425
/**

src/LiveComponent/tests/Integration/LiveComponentHydratorTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
use Symfony\UX\LiveComponent\Tests\LiveComponentTestHelper;
2121
use Zenstruck\Foundry\Test\Factories;
2222
use Zenstruck\Foundry\Test\ResetDatabase;
23+
2324
use function Zenstruck\Foundry\create;
2425

2526
/**

0 commit comments

Comments
 (0)