Completed
Push — master ( 927e77...af986a )
by Freek
01:11
created
src/Event.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
 
28 28
     /**
29 29
      * @param \Google_Service_Calendar_Event $googleEvent
30
-     * @param $calendarId
30
+     * @param null|string $calendarId
31 31
      *
32 32
      * @return static
33 33
      */
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
      * @param array $properties
46 46
      * @param string|null $calendarId
47 47
      *
48
-     * @return mixed
48
+     * @return Event
49 49
      */
50 50
     public static function create(array $properties, string $calendarId = null, $optParams = [])
51 51
     {
Please login to merge, or discard this patch.