@@ -21,6 +21,10 @@ |
||
| 21 | 21 | /** @var string */ |
| 22 | 22 | private $email; |
| 23 | 23 | |
| 24 | + /** |
|
| 25 | + * @param string $username |
|
| 26 | + * @param string $password |
|
| 27 | + */ |
|
| 24 | 28 | public function __construct($username, $password, array $roles) |
| 25 | 29 | { |
| 26 | 30 | $this->username = $username; |