Passed
Push — master ( 9d7682...92bbd7 )
by Andreas
18:14
created
lib/org/openpsa/qbpager/main.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -284,7 +284,7 @@  discard block
 block discarded – undo
284 284
 
285 285
     public function count() : int
286 286
     {
287
-        if (   !$this->count
287
+        if (!$this->count
288 288
             || $this->_count_mode != 'count') {
289 289
             $this->count = $this->_midcom_qb_count->count();
290 290
         }
@@ -294,7 +294,7 @@  discard block
 block discarded – undo
294 294
 
295 295
     public function count_unchecked() : int
296 296
     {
297
-        if (   !$this->count
297
+        if (!$this->count
298 298
             || $this->_count_mode != 'count_unchecked') {
299 299
             $this->count = $this->_midcom_qb_count->count_unchecked();
300 300
         }
Please login to merge, or discard this patch.