Completed
Push — master ( 075b65...573dc2 )
by Tim
13s queued 10s
created
Classes/Service/Ical/DissectICalService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
         }
24 24
         $events = $parser->getEvents();
25 25
 
26
-        $wrapEvents = function (ICalEvent $event) {
26
+        $wrapEvents = function(ICalEvent $event) {
27 27
             return new DissectEventAdapter($event);
28 28
         };
29 29
 
Please login to merge, or discard this patch.
Classes/EventListener/ImportSingleIcalEventListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     public function __invoke(ImportSingleIcalEvent $event)
42 42
     {
43 43
         // TODO: Workaround to disable default event. Look for better solution!
44
-        if ((bool) \HDNET\Calendarize\Utility\ConfigurationUtility::get('disableDefaultEvent')) {
44
+        if ((bool)\HDNET\Calendarize\Utility\ConfigurationUtility::get('disableDefaultEvent')) {
45 45
             return;
46 46
         }
47 47
 
Please login to merge, or discard this patch.