aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Calendar/IHandleImipMessage.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Calendar/IHandleImipMessage.php')
-rw-r--r--lib/public/Calendar/IHandleImipMessage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Calendar/IHandleImipMessage.php b/lib/public/Calendar/IHandleImipMessage.php
index f42ee0fcda7..27190f93f24 100644
--- a/lib/public/Calendar/IHandleImipMessage.php
+++ b/lib/public/Calendar/IHandleImipMessage.php
@@ -24,7 +24,7 @@ interface IHandleImipMessage extends ICalendar {
*
* @since 26.0.0
*
- * @throws CalendarException on validation failure or calendar write error
+ * @throws CalendarException on validation failure or calendar write error
*/
public function handleIMipMessage(string $name, string $calendarData): void;
}