@@ -48,7 +48,7 @@ discard block |
||
| 48 | 48 | ->from(['{{%webperf_data_samples}}']) |
| 49 | 49 | ->where(['not', [$column => null]]) |
| 50 | 50 | ; |
| 51 | - if ((int)$siteId !== 0) { |
|
| 51 | + if ((int) $siteId !== 0) { |
|
| 52 | 52 | $query->andWhere(['siteId' => $siteId]); |
| 53 | 53 | } |
| 54 | 54 | |
@@ -74,7 +74,7 @@ discard block |
||
| 74 | 74 | ['not', ['title' => '']], |
| 75 | 75 | ]) |
| 76 | 76 | ; |
| 77 | - if ((int)$siteId !== 0) { |
|
| 77 | + if ((int) $siteId !== 0) { |
|
| 78 | 78 | $query->andWhere(['siteId' => $siteId]); |
| 79 | 79 | } |
| 80 | 80 | $result = $query->one(); |