Completed
Pull Request — master (#251)
by Pascale
02:25
created
Classes/Slots/EventSearch.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
                 ->fetchAll();
117 117
 
118 118
             foreach ($rows as $row) {
119
-                $categoryIds[] = (int) $row['uid_local'];
119
+                $categoryIds[] = (int)$row['uid_local'];
120 120
             }
121 121
         }
122 122
 
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
 
146 146
 
147 147
         foreach ($rows as $row) {
148
-            $indexIds[] = (int) $row['uid_foreign'];
148
+            $indexIds[] = (int)$row['uid_foreign'];
149 149
         }
150 150
 
151 151
         return [
Please login to merge, or discard this patch.