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

@ -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'])]