Completed
Push — master ( 49fadc...e7317e )
by Sebastian
05:55
created
src/GoogleCalendar.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\GoogleCalendar;
4 4
 
5
-use DateTime;
6 5
 use Carbon\Carbon;
6
+use DateTime;
7 7
 use Google_Service_Calendar;
8 8
 use Google_Service_Calendar_Event;
9 9
 
Please login to merge, or discard this patch.
src/Event.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,13 +2,13 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\GoogleCalendar;
4 4
 
5
-use DateTime;
6 5
 use Carbon\Carbon;
7
-use Illuminate\Support\Arr;
8
-use Illuminate\Support\Str;
6
+use DateTime;
9 7
 use Google_Service_Calendar_Event;
10
-use Illuminate\Support\Collection;
11 8
 use Google_Service_Calendar_EventDateTime;
9
+use Illuminate\Support\Arr;
10
+use Illuminate\Support\Collection;
11
+use Illuminate\Support\Str;
12 12
 
13 13
 class Event
14 14
 {
Please login to merge, or discard this patch.