Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
catdesu committed Mar 6, 2024
1 parent 69dc2e6 commit 059bf0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions orif/timbreuse/Controllers/EventPlannings.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function initController(
}

/**
* Display the event types list
* Display the event plannings list
*
* @return string
*/
Expand Down Expand Up @@ -159,7 +159,7 @@ public function createGroup(?int $userGroupId = null) : string|RedirectResponse
}

/**
* Display the delete form and delete the corresponding event type
* Display the delete form and delete the corresponding event planning
*
* @param int $id
* @param int $action
Expand Down Expand Up @@ -196,7 +196,7 @@ public function delete(int $id, int $action = 0) : string|RedirectResponse {
}

/**
* Retrieves post data from the request and saves the event type information
* Retrieves post data from the request and saves the event planning information
*
* @return array Validation errors encountered during the saving process
*/
Expand Down

0 comments on commit 059bf0a

Please sign in to comment.