Completed
Push — master ( 1b85db...753906 )
by Freek
02:16
created
src/Event.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,6 +15,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.