Passed
Push — develop ( 0a561e...e36461 )
by Andrew
04:18
created
src/services/DataSamples.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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();
Please login to merge, or discard this patch.