This commit is contained in:
Yuri Kuznetsov
2023-05-02 10:58:58 +03:00
parent 0c0e118ea2
commit b929aa07ec
@@ -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 = [];