From b929aa07ec4b58a88803cbbbdc0fb55b5caaeae4 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 2 May 2023 10:58:58 +0300 Subject: [PATCH] cs --- .../Espo/Modules/Crm/Tools/Calendar/Service.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 = [];