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

@ -59,7 +59,7 @@ abstract class AbstractLogEntry extends AbstractDBElement
* @var \DateTimeInterface The datetime the event associated with this log entry has occured
*/
#[ORM\Column(name: 'datetime', type: Types::DATETIME_MUTABLE)]
protected \DateTime $timestamp;
protected \DateTimeInterface $timestamp;
/**
* @var LogLevel The priority level of the associated level. 0 is highest, 7 lowest