Completed
Push — master ( 6ef920...e2bdb8 )
by Freek
02:05
created
src/Event.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -16,6 +16,9 @@
 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();
Please login to merge, or discard this patch.