Completed
Push — master ( 8909a0...61f6fc )
by Gareth
03:29
created
src/Calendar/CalendarAPI.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -89,10 +89,10 @@  discard block
 block discarded – undo
89 89
     /**
90 90
      * Get a list of calendar items between two dates/times
91 91
      *
92
-     * @param string|DateTime $start
93
-     * @param string|DateTime $end
92
+     * @param string $start
93
+     * @param string $end
94 94
      * @param array $options
95
-     * @return CalendarItemType[]|Type\FindItemParentType
95
+     * @return Type
96 96
      */
97 97
     public function getCalendarItems($start = '12:00 AM', $end = '11:59 PM', $options = array())
98 98
     {
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
     /**
132 132
      * @param $id
133 133
      * @param $changeKey
134
-     * @return Type\CalendarItemType
134
+     * @return Type
135 135
      */
136 136
     public function getCalendarItem($id, $changeKey)
137 137
     {
@@ -199,7 +199,7 @@  discard block
 block discarded – undo
199 199
      *
200 200
      * @param null $syncState
201 201
      * @param array $options
202
-     * @return mixed
202
+     * @return Type
203 203
      */
204 204
     public function listChanges($syncState = null, $options = array())
205 205
     {
Please login to merge, or discard this patch.