Passed
Push — develop ( 04e54c...316322 )
by Andrew
04:08
created
src/controllers/TablesController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
             ->from(['{{%webperf_data_samples}}'])
99 99
             ->offset($offset)
100 100
             ;
101
-        if ((int)$siteId !== 0) {
101
+        if ((int) $siteId !== 0) {
102 102
             $query->where(['siteId' => $siteId]);
103 103
         }
104 104
         if ($filter !== '') {
@@ -229,7 +229,7 @@  discard block
 block discarded – undo
229 229
             ->offset($offset)
230 230
             ->where(['url' => $pageUrl])
231 231
         ;
232
-        if ((int)$siteId !== 0) {
232
+        if ((int) $siteId !== 0) {
233 233
             $query->where(['siteId' => $siteId]);
234 234
         }
235 235
         if ($filter !== '') {
Please login to merge, or discard this patch.