@@ -80,7 +80,7 @@ |
||
| 80 | 80 | |
| 81 | 81 | /** |
| 82 | 82 | * @param string $eventId |
| 83 | - * @return static |
|
| 83 | + * @return Event |
|
| 84 | 84 | */ |
| 85 | 85 | public function getEvent($eventId) |
| 86 | 86 | { |
@@ -15,6 +15,9 @@ discard block |
||
| 15 | 15 | /** @var int */ |
| 16 | 16 | protected $calendarId; |
| 17 | 17 | |
| 18 | + /** |
|
| 19 | + * @param string $calendarId |
|
| 20 | + */ |
|
| 18 | 21 | public static function createFromGoogleCalendarEvent(Google_Service_Calendar_Event $googleEvent, $calendarId) |
| 19 | 22 | { |
| 20 | 23 | $event = new static(); |
@@ -101,7 +104,7 @@ discard block |
||
| 101 | 104 | * @param string $id |
| 102 | 105 | * @param string $calendarId |
| 103 | 106 | * |
| 104 | - * @return mixed |
|
| 107 | + * @return Event |
|
| 105 | 108 | */ |
| 106 | 109 | public static function find($id, $calendarId = null) |
| 107 | 110 | { |