Passed
Push — develop ( 807500...06cb94 )
by Andrew
05:12
created
src/services/DataSamples.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.