From 03c6d8bd1abac5ae3557ffa1e313b81ae420c4cd Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 25 Apr 2024 01:01:37 +0000 Subject: [PATCH] fix tests --- Models/StockTaking.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Models/StockTaking.php b/Models/StockTaking.php index 1b70d51..2c30006 100644 --- a/Models/StockTaking.php +++ b/Models/StockTaking.php @@ -38,6 +38,11 @@ final class StockTaking public int $unit = 0; + /** + * Constructor. + * + * @since 1.0.0 + */ public function __construct() { $this->createdAt = new \DateTimeImmutable();