Skip to content

Commit

Permalink
fixed code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Ruf committed Jan 24, 2024
1 parent 354e569 commit 93acf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mealz/MealBundle/Controller/ParticipantController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 93acf92

Please sign in to comment.