@@ -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 | { |