remove useless comments

This commit is contained in:
Simon Vieille 2022-01-29 21:45:13 +01:00
parent ff67538543
commit 5c5e114eb7

View file

@ -84,9 +84,6 @@ class User implements PasswordAuthenticatedUserInterface, UserInterface, TwoFact
return $this->id; return $this->id;
} }
/**
* @see UserInterface
*/
public function getUserIdentifier(): string public function getUserIdentifier(): string
{ {
return $this->getUsername(); return $this->getUsername();
@ -109,9 +106,6 @@ class User implements PasswordAuthenticatedUserInterface, UserInterface, TwoFact
return (string) $this->email; return (string) $this->email;
} }
/**
* @see UserInterface
*/
public function getRoles(): array public function getRoles(): array
{ {
$roles = []; $roles = [];