@@ -20,12 +20,12 @@ |
||
| 20 | 20 | { |
| 21 | 21 | public function getLogin(): string |
| 22 | 22 | { |
| 23 | - return (string)$this->getAttributeValue('body.login'); |
|
| 23 | + return (string) $this->getAttributeValue('body.login'); |
|
| 24 | 24 | } |
| 25 | 25 | |
| 26 | 26 | public function getPassword(): string |
| 27 | 27 | { |
| 28 | - return (string)$this->getAttributeValue('body.password'); |
|
| 28 | + return (string) $this->getAttributeValue('body.password'); |
|
| 29 | 29 | } |
| 30 | 30 | |
| 31 | 31 | public function getRules(): array |