From ea874375b655b3c1612623b4746ffce90179e9bc Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Wed, 4 Apr 2012 12:11:28 +1200 Subject: [PATCH] Add phpdoc for the last change. --- inc/caldav-client-v2.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/caldav-client-v2.php b/inc/caldav-client-v2.php index c54a7a07..dbedae1a 100644 --- a/inc/caldav-client-v2.php +++ b/inc/caldav-client-v2.php @@ -925,6 +925,7 @@ EOFILTER; * * @param uid * @param string $relative_url The URL relative to the base_url specified when the calendar was opened. Default ''. + * @param string $component_type The component type inside the VCALENDAR. Default 'VEVENT'. * * @return array An array of the relative URL, etag, and calendar data returned from DoCalendarQuery() @see DoCalendarQuery() */