Skip to content

Commit

Permalink
tests: Fixing missing return type
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsorst committed Mar 8, 2024
1 parent d4ebb77 commit c567eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestApp/Form/Type/ExampleEntityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class ExampleEntityType extends AbstractType
{
#[Override]
public function buildForm(FormBuilderInterface $builder, array $options)
public function buildForm(FormBuilderInterface $builder, array $options): void
{
$builder
->add('flexDate', FlexDateType::class, [
Expand Down

0 comments on commit c567eee

Please sign in to comment.