@@ -116,7 +116,7 @@ discard block |
||
| 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 |
||
| 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 [ |