Issue320 bug redirect create period

This commit is contained in:
2021-12-12 14:12:44 +00:00
committed by Julien Fastré
parent 1823a1b031
commit 8fb4efc16e
6 changed files with 9 additions and 13 deletions

View File

@@ -186,7 +186,7 @@ class User implements AdvancedUserInterface
/**
* @return string
*/
public function getEmail()
public function getEmail(): ?string
{
return $this->email;
}