Passed
Push — develop ( 0ddaa0...84fc18 )
by Andrew
03:29
created
src/services/ErrorSamples.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
             ->from(['{{%webperf_error_samples}}'])
46 46
             ->where(['not', [$column => null]])
47 47
             ;
48
-        if ((int)$siteId !== 0) {
48
+        if ((int) $siteId !== 0) {
49 49
             $query->andWhere(['siteId' => $siteId]);
50 50
         }
51 51
 
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
                 ['not', ['title' => '']],
72 72
             ])
73 73
         ;
74
-        if ((int)$siteId !== 0) {
74
+        if ((int) $siteId !== 0) {
75 75
             $query->andWhere(['siteId' => $siteId]);
76 76
         }
77 77
         $result = $query->one();
Please login to merge, or discard this patch.