Passed
Push — release_2_1 ( 8e2e74...55cceb )
by Tomasz
10:20
created
core/ProfileSilverbullet.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -361,7 +361,7 @@
 block discarded – undo
361 361
                 . "     OR"
362 362
                 . "  ( u.id = c.silverbullet_user_id AND c.expiry >= NOW() AND c.revocation_status != 'REVOKED' ) "
363 363
                 . ")", "i", $this->identifier);
364
-      // SELECT -> resource, not boolean
364
+        // SELECT -> resource, not boolean
365 365
         while ($res = mysqli_fetch_object(/** @scrutinizer ignore-type */ $users)) {
366 366
             $userCount[$res->usercount] = "ACTIVE";
367 367
         }
Please login to merge, or discard this patch.