Skip to content

Commit

Permalink
Fix CS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Sep 2, 2024
1 parent eb423e9 commit 07bbbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/Form/Type/TagTreeType.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function configureOptions(OptionsResolver $resolver): void
public function buildForm(FormBuilderInterface $builder, array $options): void
{
$builder->addModelTransformer(
new class() implements DataTransformerInterface {
new class implements DataTransformerInterface {
public function transform(mixed $value): mixed
{
return $value;
Expand Down

0 comments on commit 07bbbfb

Please sign in to comment.