Completed
Push — master ( 139bf1...bcdd0f )
by Tim
12:07 queued 10:05
created
Classes/Command/ImportCommandController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,6 +118,6 @@
 block discarded – undo
118 118
             );
119 119
         }
120 120
 
121
-        return (array) (new \ICal($absoluteIcalFile))->events();
121
+        return (array)(new \ICal($absoluteIcalFile))->events();
122 122
     }
123 123
 }
Please login to merge, or discard this patch.