Completed
Push — master ( 468853...33914a )
by Craig
06:50 queued 46s
created
Validator/Constraints/AuthenticateAdminLoginValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
                 ->addViolation()
79 79
             ;
80 80
         } else {
81
-            $granted = $this->permissionApi->hasPermission('.*', '.*', ACCESS_ADMIN, (int) $user['uid']);
81
+            $granted = $this->permissionApi->hasPermission('.*', '.*', ACCESS_ADMIN, (int)$user['uid']);
82 82
             if (!$granted) {
83 83
                 $this->context
84 84
                     ->buildViolation($this->__('Error! You logged in to an account without Admin permissions'))
Please login to merge, or discard this patch.