Skip to content

Commit

Permalink
Correct the variable type check value
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Oct 9, 2023
1 parent cac3e63 commit 5bd328e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/Calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ public function get_calendar_appointments()
}
}

private function check_event_permissions($provider_id)
private function check_event_permissions(int $provider_id): void
{
$user_id = (int)session('user_id');
$role_slug = session('role_slug');
Expand Down

0 comments on commit 5bd328e

Please sign in to comment.