Completed
Push — master ( d2257e...bd294a )
by Freek
02:08
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.
src/GoogleCalendar.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use DateTime;
7 7
 use Google_Service_Calendar;
8 8
 use Google_Service_Calendar_Event;
9
-use Illuminate\Support\Collection;
10 9
 
11 10
 class GoogleCalendar
12 11
 {
Please login to merge, or discard this patch.