Skip to content

Commit

Permalink
minor #393 php-cs-fixer (weaverryan)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Jul 13, 2022
2 parents 3de9b9f + 893de2a commit aec7c40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
use Symfony\UX\Autocomplete\Form\ParentEntityAutocompleteType;
use Symfony\UX\Autocomplete\Form\WrappedEntityTypeAutocompleter;
use Symfony\UX\Autocomplete\Maker\MakeAutocompleteField;

use function Symfony\Component\DependencyInjection\Loader\Configurator\abstract_arg;

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Autocomplete/src/Maker/MakeAutocompleteField.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function configureCommand(Command $command, InputConfiguration $inputConf
The command will ask you which entity the field is for and what to call your new class.
EOF)
;
;
}

public function configureDependencies(DependencyBuilder $dependencies)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
use Zenstruck\Browser\Test\HasBrowser;
use Zenstruck\Foundry\Test\Factories;
use Zenstruck\Foundry\Test\ResetDatabase;

use function Zenstruck\Foundry\create;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
use Symfony\UX\LiveComponent\Tests\LiveComponentTestHelper;
use Zenstruck\Foundry\Test\Factories;
use Zenstruck\Foundry\Test\ResetDatabase;

use function Zenstruck\Foundry\create;

/**
Expand Down

0 comments on commit aec7c40

Please sign in to comment.