@@ -98,7 +98,7 @@ discard block |
||
98 | 98 | ->from(['{{%webperf_data_samples}}']) |
99 | 99 | ->offset($offset) |
100 | 100 | ; |
101 | - if ((int)$siteId !== 0) { |
|
101 | + if ((int) $siteId !== 0) { |
|
102 | 102 | $query->where(['siteId' => $siteId]); |
103 | 103 | } |
104 | 104 | if ($filter !== '') { |
@@ -229,7 +229,7 @@ discard block |
||
229 | 229 | ->offset($offset) |
230 | 230 | ->where(['url' => $pageUrl]) |
231 | 231 | ; |
232 | - if ((int)$siteId !== 0) { |
|
232 | + if ((int) $siteId !== 0) { |
|
233 | 233 | $query->where(['siteId' => $siteId]); |
234 | 234 | } |
235 | 235 | if ($filter !== '') { |