Completed
Push — master ( c479b0...e2d5be )
by Toni
05:25
created
src/SchedulableEventCollection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     {
68 68
         $filteredEvents = array_filter(
69 69
             iterator_to_array($this->events),
70
-            function (SchedulableEvent $scheduledEvent) use ($event) {
70
+            function(SchedulableEvent $scheduledEvent) use ($event) {
71 71
                 return $event->equals($scheduledEvent->event());
72 72
             }
73 73
         );
Please login to merge, or discard this patch.