From f557237f958eb236a9ed8ba42539bceb39130000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20D=C4=9Bdi=C4=8D?= Date: Wed, 20 Sep 2023 17:31:20 +0200 Subject: [PATCH] Fixed coding standard --- app/model/Event/EducationFunctions.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/model/Event/EducationFunctions.php b/app/model/Event/EducationFunctions.php index f7ab7b262..b135452b7 100644 --- a/app/model/Event/EducationFunctions.php +++ b/app/model/Event/EducationFunctions.php @@ -42,9 +42,7 @@ public function getMedic(): Person|null return $this->medic; } - /** - * @return Person[] - */ + /** @return Person[] */ public function getAssistants(): array { return $this->assistants;