diff --git a/application/Espo/Modules/Crm/Tools/Calendar/Service.php b/application/Espo/Modules/Crm/Tools/Calendar/Service.php index d4c54a4bcf..45cbee5f11 100644 --- a/application/Espo/Modules/Crm/Tools/Calendar/Service.php +++ b/application/Espo/Modules/Crm/Tools/Calendar/Service.php @@ -738,11 +738,11 @@ class Service } /** - * @param Event[] $ignoreEventList - * @return BusyRange[] - * @throws NotFound - * @throws Forbidden - */ + * @param Event[] $ignoreEventList + * @return BusyRange[] + * @throws NotFound + * @throws Forbidden + */ public function fetchBusyRanges(string $userId, FetchParams $fetchParams, array $ignoreEventList = []): array { $rangeList = [];