mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 01:49:05 +02:00
Fixed PHPstan issues
This commit is contained in:
parent
5074e2beac
commit
002d29a53e
4 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue