Skip to content

Commit

Permalink
Merge pull request sabre-io#623 from kesselb/doc-parse-event
Browse files Browse the repository at this point in the history
docs: fix type definition for oldCalendar
  • Loading branch information
phil-davis authored Nov 9, 2023
2 parents fe6d918 + adfc004 commit 75675b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/ITip/Broker.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ public function processMessage(Message $itipMessage, VCalendar $existingObject =
* people. If the user was an attendee, we need to make sure that the
* organizer gets the 'declined' message.
*
* @param VCalendar|string $calendar
* @param string|array $userHref
* @param VCalendar|string $oldCalendar
* @param VCalendar|string $calendar
* @param string|array $userHref
* @param VCalendar|string|null $oldCalendar
*
* @return array
*/
Expand Down

0 comments on commit 75675b5

Please sign in to comment.