Test Failed
Push — master ( 3886c9...aea92c )
by Andreas
27:39
created
lib/org/openpsa/qbpager/main.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -302,7 +302,7 @@  discard block
 block discarded – undo
302 302
     public function count() : int
303 303
     {
304 304
         $this->_sanity_check();
305
-        if (   !$this->count
305
+        if (!$this->count
306 306
             || $this->_count_mode != 'count') {
307 307
             $this->count = $this->_midcom_qb_count->count();
308 308
         }
@@ -313,7 +313,7 @@  discard block
 block discarded – undo
313 313
     public function count_unchecked() : int
314 314
     {
315 315
         $this->_sanity_check();
316
-        if (   !$this->count
316
+        if (!$this->count
317 317
             || $this->_count_mode != 'count_unchecked') {
318 318
             $this->count = $this->_midcom_qb_count->count_unchecked();
319 319
         }
Please login to merge, or discard this patch.