Completed
Push — master ( 27a6d8...b204a6 )
by Tim
02:05
created
Classes/Slots/EventSearch.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
                 ->fetchAll();
106 106
 
107 107
             foreach ($rows as $row) {
108
-                $categoryIds[] = (int) $row['uid_local'];
108
+                $categoryIds[] = (int)$row['uid_local'];
109 109
             }
110 110
         }
111 111
 
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
             ->fetchAll();
135 135
 
136 136
         foreach ($rows as $row) {
137
-            $indexIds[] = (int) $row['uid_foreign'];
137
+            $indexIds[] = (int)$row['uid_foreign'];
138 138
         }
139 139
 
140 140
         $indexIds[] = -1;
Please login to merge, or discard this patch.