mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-11 01:39:50 +01:00
Fixed PHPstan issues
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user