Completed
Push — master ( 3d895d...d2257e )
by Freek
02:06
created
src/Event.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,6 +16,9 @@  discard block
 block discarded – undo
16 16
     /** @var int */
17 17
     protected $calendarId;
18 18
 
19
+    /**
20
+     * @param null|string $calendarId
21
+     */
19 22
     public static function createFromGoogleCalendarEvent(Google_Service_Calendar_Event $googleEvent, $calendarId)
20 23
     {
21 24
         $event = new static();
@@ -135,7 +138,7 @@  discard block
 block discarded – undo
135 138
     }
136 139
 
137 140
     /**
138
-     * @return mixed
141
+     * @return Event
139 142
      */
140 143
     public function save() : Event
141 144
     {
Please login to merge, or discard this patch.