Fix lint
continuous-integration/drone/push Build is failing Details

pull/6/head
Clément FRÉVILLE 1 year ago
parent 6be1b4ad19
commit 6caa9a1ed0

@ -87,7 +87,7 @@ class User implements UserInterface, PasswordAuthenticatedUserInterface
/** /**
* @see PasswordAuthenticatedUserInterface * @see PasswordAuthenticatedUserInterface
*/ */
public function getPassword(): string public function getPassword(): ?string
{ {
return $this->password; return $this->password;
} }

Loading…
Cancel
Save