mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-07 17:04:30 +02:00
Fixed PHPstan issues
This commit is contained in:
parent
5074e2beac
commit
002d29a53e
4 changed files with 3 additions and 6 deletions
|
@ -318,7 +318,7 @@ class User extends AttachmentContainingDBElement implements UserInterface, HasPe
|
|||
protected ?PermissionData $permissions = null;
|
||||
|
||||
/**
|
||||
* @var \DateTimeInterface|null the time until the password reset token is valid
|
||||
* @var \DateTime|null the time until the password reset token is valid
|
||||
*/
|
||||
#[ORM\Column(type: Types::DATETIME_MUTABLE, nullable: true)]
|
||||
protected ?\DateTime $pw_reset_expires = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue