Passed
Push — master ( 5fb0ac...d42b36 )
by Vince
01:33
created
src/core/user/userLoad.php 1 patch
Braces   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -419,16 +419,16 @@
 block discarded – undo
419 419
         if ($column == 'account_id' || strtolower($column == 'accountid')) {
420 420
             $this->column = 'BINARY USR.account_id';
421 421
 
422
-        }elseif ($column == 'username' || $column == 'name') {
422
+        } elseif ($column == 'username' || $column == 'name') {
423 423
             $this->column = 'USR.name';
424 424
 
425
-        }elseif ($column == 'email' || $column == 'mail') {
425
+        } elseif ($column == 'email' || $column == 'mail') {
426 426
             $this->column = 'USR.mail';
427 427
 
428
-        }elseif ($column == 'refresh_token') {
428
+        } elseif ($column == 'refresh_token') {
429 429
             $this->column = 'USR.refresh_token';
430 430
 
431
-        }else {
431
+        } else {
432 432
             $this->column = '';
433 433
         }
434 434
     }
Please login to merge, or discard this patch.