mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-04 06:25:22 +01:00
Fixed some more inspection issues
This commit is contained in:
@@ -35,7 +35,7 @@ use Symfony\Component\Security\Core\User\UserInterface;
|
||||
*/
|
||||
final class UserRepository extends NamedDBElementRepository implements PasswordUpgraderInterface
|
||||
{
|
||||
protected $anonymous_user;
|
||||
protected ?User $anonymous_user;
|
||||
|
||||
/**
|
||||
* Returns the anonymous user.
|
||||
|
||||
Reference in New Issue
Block a user