File tree Expand file tree Collapse file tree
lib/public/AppFramework/Bootstrap Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -327,27 +327,21 @@ public function registerTalkBackend(string $backend): void;
327327 /**
328328 * Register a resource backend for the DAV server
329329 *
330- * @param string $actionClass
331- * @psalm-param class-string<\OCP\Calendar\Resource\IBackend> $actionClass
332- * @return void
330+ * @param class-string<\OCP\Calendar\Resource\IBackend> $class
333331 * @since 24.0.0
334332 */
335333 public function registerCalendarResourceBackend (string $ class ): void ;
336334
337335 /**
338336 * Register a room backend for the DAV server
339337 *
340- * @param string $actionClass
341- * @psalm-param class-string<\OCP\Calendar\Room\IBackend> $actionClass
342- * @return void
338+ * @param class-string<\OCP\Calendar\Room\IBackend> $class
343339 * @since 24.0.0
344340 */
345341 public function registerCalendarRoomBackend (string $ class ): void ;
346342
347343 /**
348- * @param string $class
349- * @psalm-param class-string<\OCP\Calendar\Room\IBackend> $actionClass
350- * @return void
344+ * @param class-string<\OCP\Teams\ITeamResourceProvider> $class
351345 * @since 29.0.0
352346 */
353347 public function registerTeamResourceProvider (string $ class ): void ;
You can’t perform that action at this time.
0 commit comments