Skip to content

Commit

Permalink
Ref not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
spaze committed May 14, 2022
1 parent 2b6ace4 commit 7efdea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/app/Admin/Presenters/TrainingsPresenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public function renderPastWithPersonalData(): void
/**
* @param Row[] $trainings
*/
private function addApplications(array &$trainings): void
private function addApplications(array $trainings): void
{
foreach ($trainings as $training) {
$training->applications = $this->trainingApplications->getValidByDate($training->dateId);
Expand Down

0 comments on commit 7efdea4

Please sign in to comment.