Fixed PHPstan issues

This commit is contained in:
Jan Böhmer 2024-06-22 16:53:59 +02:00
parent 5074e2beac
commit 002d29a53e
4 changed files with 3 additions and 6 deletions

View file

@ -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;