Completed
Push — develop ( 879d74...52dce9 )
by Seth
04:03
created
src/Toolbox.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
      **/
126 126
     public function filterEvent($event, $calendarCache)
127 127
     {
128
-         return (
128
+            return (
129 129
             (
130 130
                 // TODO actual multi-day events would be nice
131 131
                 // only include first day of multi-day events
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
             ) &&
135 135
             (
136 136
                 // include this event if filtering is off...
137
-                 $calendarCache['enable_regexp_filter'] == false ||
137
+                    $calendarCache['enable_regexp_filter'] == false ||
138 138
                  (
139 139
                     (
140 140
                         ( // if filtering is on, and there's an include pattern test that pattern...
Please login to merge, or discard this patch.