chore: reformat code

This commit is contained in:
Maël Gangloff
2024-07-11 22:22:59 +02:00
parent 6aad09297f
commit a691659cca
5 changed files with 8 additions and 10 deletions

View File

@@ -68,13 +68,13 @@ class User implements UserInterface, PasswordAuthenticatedUserInterface
*/
public function getUserIdentifier(): string
{
return (string) $this->email;
return (string)$this->email;
}
/**
* @return list<string>
* @see UserInterface
*
* @return list<string>
*/
public function getRoles(): array
{