From 157dcc05dfd68cb1a4a774f1650615b732a377d7 Mon Sep 17 00:00:00 2001 From: Michael J Rubinsky Date: Thu, 31 Oct 2013 14:17:13 -0400 Subject: [PATCH] Fix phpdoc --- kronolith/lib/Api.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kronolith/lib/Api.php b/kronolith/lib/Api.php index fb619aff5c8..14386aa0567 100644 --- a/kronolith/lib/Api.php +++ b/kronolith/lib/Api.php @@ -483,9 +483,9 @@ public function getDefaultShare() * events that represent exceptions, making this method useful for syncing * purposes. For more control, use the listEvents method. * - * @param string $calendars The calendar to check for events. - * @param object $startstamp The start of the time range. - * @param object $endstamp The end of the time range. + * @param string|array $calendars The calendar to check for events. + * @param object $startstamp The start of the time range. + * @param object $endstamp The end of the time range. * * @return array The event ids happening in this time period. * @throws Kronolith_Exception