Skip to content

Commit

Permalink
Fixed coding standard
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Sep 20, 2023
1 parent 5af802d commit f557237
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/model/Event/EducationFunctions.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ public function getMedic(): Person|null
return $this->medic;
}

/**
* @return Person[]
*/
/** @return Person[] */
public function getAssistants(): array
{
return $this->assistants;
Expand Down

0 comments on commit f557237

Please sign in to comment.