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 18, 2024
1 parent 6c87265 commit 2b09fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mealz/MealBundle/Service/ApiService.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function getEventParticipationInfo(Day $day): ?array

return [
'name' => $day->getEvent()->getEvent()->getTitle(),
'participants' => $this->getEventParticipants($day)
'participants' => $this->getEventParticipants($day),
];
}

Expand Down

0 comments on commit 2b09fef

Please sign in to comment.