Passed
Push — master ( 678aad...f40294 )
by
unknown
02:35 queued 10s
created
views/layouts/main.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
         echo Nav::widget([
39 39
             'options' => ['class' => 'nav navbar-nav navbar-right'],
40 40
             'items' => $this->context->module->navbar,
41
-         ]);
41
+            ]);
42 42
         NavBar::end();
43 43
         ?>
44 44
 
Please login to merge, or discard this patch.
components/AccessControl.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
             $loginUrl = null;
106 106
             if(is_array($user->loginUrl) && isset($user->loginUrl[0])){
107 107
                 $loginUrl = $user->loginUrl[0];
108
-                }else if(is_string($user->loginUrl)){
108
+                } else if(is_string($user->loginUrl)){
109 109
                     $loginUrl = $user->loginUrl;
110 110
                 }
111 111
                 if(!is_null($loginUrl) && trim($loginUrl,'/') === $uniqueId)
Please login to merge, or discard this patch.