@@ -82,7 +82,7 @@ discard block |
||
| 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 |
||
| 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 | |
@@ -25,8 +25,8 @@ |
||
| 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 . '/'); |