mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 09:53:35 +02:00
Improved typing of properties
This commit is contained in:
parent
29d1d49aca
commit
13209c3236
30 changed files with 78 additions and 61 deletions
|
@ -35,7 +35,7 @@ use Symfony\Component\Security\Core\User\UserInterface;
|
|||
*/
|
||||
final class UserRepository extends NamedDBElementRepository implements PasswordUpgraderInterface
|
||||
{
|
||||
protected ?User $anonymous_user;
|
||||
protected ?User $anonymous_user = null;
|
||||
|
||||
/**
|
||||
* Returns the anonymous user.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue