Test Failed
Push — develop ( 50f9bb...e90cf2 )
by nguereza
02:33
created
src/Demo/Action/LoginAction.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -84,8 +84,8 @@
 block discarded – undo
84 84
                 $this->template,
85 85
                 'login',
86 86
                 [
87
-                   'name' => $name,
88
-                   'labelName' => $this->lang->tr('name'),
87
+                    'name' => $name,
88
+                    'labelName' => $this->lang->tr('name'),
89 89
                     'lang' => $this->lang->getLocale()
90 90
                 ]
91 91
             );
Please login to merge, or discard this patch.