Skip to content

Commit 642d7ea

Browse files
committed
phpcs
1 parent 2ed7751 commit 642d7ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Autocomplete/tests/Fixtures/Form/CategoryAutocompleteType.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
#[AsEntityAutocompleteField]
1515
class CategoryAutocompleteType extends AbstractType
1616
{
17-
public function __construct(
18-
private RequestStack $requestStack
19-
)
17+
public function __construct(private RequestStack $requestStack)
2018
{
2119
}
2220

0 commit comments

Comments
 (0)