Skip to content

Commit

Permalink
fixup! Move iMIP to it's own interface
Browse files Browse the repository at this point in the history
  • Loading branch information
miaulalala committed Oct 31, 2022
1 parent f166d4b commit e5405d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/public/Calendar/IHandleImipMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@
interface IHandleImipMessage extends ICalendar {

/**
* Handle an iMIP VEvent for validation and processing
*
* @since 26.0.0
*
* @throws CalendarException
* @throws CalendarException on validation failure or calendar write error
*/
public function handleIMipMessage(string $name, string $calendarData): void;
}

0 comments on commit e5405d0

Please sign in to comment.