Test Failed
Push — develop ( f90d20...5ff630 )
by nguereza
04:11
created
src/Demo/Action/User/LoginAction.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
                 $this->template,
83 83
                 'user/login',
84 84
                 [
85
-                   'param' => $formParam
85
+                    'param' => $formParam
86 86
                 ]
87 87
             );
88 88
         }
@@ -95,16 +95,16 @@  discard block
 block discarded – undo
95 95
                 $this->template,
96 96
                 'user/login',
97 97
                 [
98
-                   'param' => $formParam
98
+                    'param' => $formParam
99 99
                 ]
100 100
             );
101 101
         }
102 102
 
103 103
         $data = [
104
-          'id' => $user->user_id,
105
-          'username' => $user->username,
106
-          'lastname' => $user->lname,
107
-          'firstname' => $user->fname,
104
+            'id' => $user->user_id,
105
+            'username' => $user->username,
106
+            'lastname' => $user->lname,
107
+            'firstname' => $user->fname,
108 108
         ];
109 109
         $this->session->set('user', $data);
110 110
 
Please login to merge, or discard this patch.
src/Demo/Template/StaticTag.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,8 @@
 block discarded – undo
25 25
     protected string $path;
26 26
 
27 27
     /**
28
-    * {@inheritdoc}
29
-    */
28
+     * {@inheritdoc}
29
+     */
30 30
     public function __construct(string $markup, &$tokens, Parser $parser)
31 31
     {
32 32
         $lexer = new Lexer('/' . Token::QUOTED_FRAGMENT . '/');
Please login to merge, or discard this patch.