@@ -33,7 +33,7 @@ discard block |
||
| 33 | 33 | |
| 34 | 34 | /** |
| 35 | 35 | * @param \Google_Service_Calendar_Event $googleEvent |
| 36 | - * @param $calendarId |
|
| 36 | + * @param null|string $calendarId |
|
| 37 | 37 | * |
| 38 | 38 | * @return static |
| 39 | 39 | */ |
@@ -51,7 +51,7 @@ discard block |
||
| 51 | 51 | * @param array $properties |
| 52 | 52 | * @param string|null $calendarId |
| 53 | 53 | * |
| 54 | - * @return mixed |
|
| 54 | + * @return Event |
|
| 55 | 55 | */ |
| 56 | 56 | public static function create(array $properties, string $calendarId = null) |
| 57 | 57 | { |
@@ -165,7 +165,7 @@ discard block |
||
| 165 | 165 | } |
| 166 | 166 | |
| 167 | 167 | /** |
| 168 | - * @param null $method |
|
| 168 | + * @param string $method |
|
| 169 | 169 | * |
| 170 | 170 | * @return \Spatie\GoogleCalendar\Event |
| 171 | 171 | */ |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | |
| 22 | 22 | /** |
| 23 | 23 | * @param \Google_Service_Calendar $calendarService |
| 24 | - * @param $calendarId |
|
| 24 | + * @param string $calendarId |
|
| 25 | 25 | */ |
| 26 | 26 | public function __construct(Google_Service_Calendar $calendarService, $calendarId) |
| 27 | 27 | { |