@@ -91,7 +91,7 @@ |
||
| 91 | 91 | * @psalm-return list<array{name: mixed, key: mixed, displayColor: mixed, permissions: mixed}> |
| 92 | 92 | */ |
| 93 | 93 | public function getCalendars(): array { |
| 94 | - $calendars = []; |
|
| 94 | + $calendars = []; |
|
| 95 | 95 | foreach ($this->calendars as $calendar) { |
| 96 | 96 | $calendars[] = [ |
| 97 | 97 | 'name' => $calendar->getDisplayName(), |
@@ -237,7 +237,7 @@ |
||
| 237 | 237 | * get complete poll |
| 238 | 238 | * @NoAdminRequired |
| 239 | 239 | */ |
| 240 | - private function buildPoll(): Array { |
|
| 240 | + private function buildPoll(): array { |
|
| 241 | 241 | try { |
| 242 | 242 | $comments = $this->commentService->list($this->poll->getId()); |
| 243 | 243 | } catch (Exception $e) { |
@@ -64,7 +64,7 @@ |
||
| 64 | 64 | } |
| 65 | 65 | |
| 66 | 66 | /** |
| 67 | - * @return ContactGroup[] |
|
| 67 | + * @return ContactGroup[] |
|
| 68 | 68 | */ |
| 69 | 69 | public static function search(string $query = '') { |
| 70 | 70 | $contactGroups = []; |
@@ -171,7 +171,7 @@ |
||
| 171 | 171 | } |
| 172 | 172 | |
| 173 | 173 | /** |
| 174 | - * @return UserGroupClass[] |
|
| 174 | + * @return UserGroupClass[] |
|
| 175 | 175 | */ |
| 176 | 176 | public static function search() { |
| 177 | 177 | return []; |
@@ -62,7 +62,7 @@ |
||
| 62 | 62 | } |
| 63 | 63 | |
| 64 | 64 | /** |
| 65 | - * @return Circle[] |
|
| 65 | + * @return Circle[] |
|
| 66 | 66 | */ |
| 67 | 67 | public static function search(string $query = '', $skip = []) { |
| 68 | 68 | $circles = []; |
@@ -136,7 +136,7 @@ |
||
| 136 | 136 | } |
| 137 | 137 | |
| 138 | 138 | /** |
| 139 | - * @return Contact[] |
|
| 139 | + * @return Contact[] |
|
| 140 | 140 | */ |
| 141 | 141 | public static function search(string $query = '', $queryRange = ['FN', 'EMAIL', 'ORG', 'CATEGORIES']) { |
| 142 | 142 | $contacts = []; |