Test Failed
Push — develop ( 50f9bb...e90cf2 )
by nguereza
02:33
created
src/App/Application.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -161,9 +161,9 @@
 block discarded – undo
161 161
     }
162 162
 
163 163
         /**
164
-     * Boot the application
165
-     * @return void
166
-     */
164
+         * Boot the application
165
+         * @return void
166
+         */
167 167
     public function boot(): void
168 168
     {
169 169
         if ($this->booted) {
Please login to merge, or discard this patch.
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.