From 93acf92c5e20e945546a3063ecf74dd77755c370 Mon Sep 17 00:00:00 2001 From: Felix Ruf Date: Wed, 24 Jan 2024 13:00:24 +0100 Subject: [PATCH] fixed code smell --- src/Mealz/MealBundle/Controller/ParticipantController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mealz/MealBundle/Controller/ParticipantController.php b/src/Mealz/MealBundle/Controller/ParticipantController.php index 71e58e466..6ea11ffed 100644 --- a/src/Mealz/MealBundle/Controller/ParticipantController.php +++ b/src/Mealz/MealBundle/Controller/ParticipantController.php @@ -378,7 +378,7 @@ public function getProfilesWithoutParticipation(Week $week): JsonResponse } /** - * Returns the dishes for a combi meal of a participant + * Returns the dishes for a combi meal of a participant. */ public function getCombiForMeal(Meal $meal): JsonResponse {