@@ -161,9 +161,9 @@ |
||
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) { |
@@ -27,8 +27,8 @@ |
||
27 | 27 | protected string $value; |
28 | 28 | |
29 | 29 | /** |
30 | - * {@inheritdoc} |
|
31 | - */ |
|
30 | + * {@inheritdoc} |
|
31 | + */ |
|
32 | 32 | public function __construct(string $markup, &$tokens, Parser $parser) |
33 | 33 | { |
34 | 34 | $lexer = new Lexer('/' . Token::QUOTED_FRAGMENT . '/'); |
@@ -103,9 +103,9 @@ |
||
103 | 103 | $this->template, |
104 | 104 | 'login', |
105 | 105 | [ |
106 | - 'name' => $name, |
|
107 | - 'labelName' => $this->lang->tr('name'), |
|
108 | - 'lang' => $this->lang->getLocale() |
|
106 | + 'name' => $name, |
|
107 | + 'labelName' => $this->lang->tr('name'), |
|
108 | + 'lang' => $this->lang->getLocale() |
|
109 | 109 | ] |
110 | 110 | ); |
111 | 111 | } |
@@ -31,7 +31,7 @@ |
||
31 | 31 | public function setRules(): void |
32 | 32 | { |
33 | 33 | $this->validator->addRules('username', [ |
34 | - new NotEmpty(), |
|
34 | + new NotEmpty(), |
|
35 | 35 | new MinLength(3) |
36 | 36 | ]); |
37 | 37 | } |