Skip to content

Commit

Permalink
Fix php-cs-fixer check
Browse files Browse the repository at this point in the history
  • Loading branch information
smbpunt authored Sep 6, 2023
1 parent 2ef617d commit adc9219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ux.symfony.com/src/Form/MealPlannerForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function onPostSubmitFood(FormEvent $event): void
);
}

public function addFoodField(FormInterface $form, ?Meal $meal, ?Food $food = null): void
public function addFoodField(FormInterface $form, ?Meal $meal, Food $food = null): void
{
$mainFood = $this->factory
->createNamedBuilder('mainFood', EnumType::class, $food, [
Expand Down

0 comments on commit adc9219

Please sign in to comment.