Merge branch 'main' into feature/3-git-content-database

This commit is contained in:
Tim
2023-12-16 00:09:56 +01:00
12 changed files with 1461 additions and 1185 deletions

View File

@@ -103,7 +103,7 @@ class User implements UserInterface, PasswordAuthenticatedUserInterface
/**
* @see UserInterface
*/
public function eraseCredentials()
public function eraseCredentials(): void
{
// If you store any temporary, sensitive data on the user, clear it here
// $this->plainPassword = null;
@@ -132,4 +132,4 @@ class User implements UserInterface, PasswordAuthenticatedUserInterface
return $this;
}
}
}