@@ -40,7 +40,7 @@ |
||
40 | 40 | ->from(['{{%webperf_data_samples}}']) |
41 | 41 | ->where(['not', [$column => null]]) |
42 | 42 | ; |
43 | - if ((int)$siteId !== 0) { |
|
43 | + if ((int) $siteId !== 0) { |
|
44 | 44 | $query->andWhere(['siteId' => $siteId]); |
45 | 45 | } |
46 | 46 | return $query->count(); |