mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-20 18:09:30 +00:00
Fixed PHPstan issues
This commit is contained in:
parent
5074e2beac
commit
002d29a53e
4 changed files with 3 additions and 6 deletions
|
|
@ -105,7 +105,7 @@ class PartLot extends AbstractDBElement implements TimeStampableInterface, Named
|
|||
protected string $comment = '';
|
||||
|
||||
/**
|
||||
* @var \DateTimeInterface|null Set a time until when the lot must be used.
|
||||
* @var \DateTime|null Set a time until when the lot must be used.
|
||||
* Set to null, if the lot can be used indefinitely.
|
||||
*/
|
||||
#[Groups(['extended', 'full', 'import', 'part_lot:read', 'part_lot:write'])]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue