@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | ->from(['{{%webperf_data_samples}}']) |
43 | 43 | ->where(['not', [$column => null]]) |
44 | 44 | ; |
45 | - if ((int)$siteId !== 0) { |
|
45 | + if ((int) $siteId !== 0) { |
|
46 | 46 | $query->andWhere(['siteId' => $siteId]); |
47 | 47 | } |
48 | 48 | return $query->count(); |
@@ -67,7 +67,7 @@ discard block |
||
67 | 67 | ['not', ['title' => '']], |
68 | 68 | ]) |
69 | 69 | ; |
70 | - if ((int)$siteId !== 0) { |
|
70 | + if ((int) $siteId !== 0) { |
|
71 | 71 | $query->andWhere(['siteId' => $siteId]); |
72 | 72 | } |
73 | 73 | $result = $query->one(); |