From 9ea4d3cb1fcdb0870b7116a2bb92a0349e653c2c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 25 Apr 2024 01:01:37 +0000 Subject: [PATCH] fix tests --- Models/LoanElement.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Models/LoanElement.php b/Models/LoanElement.php index c76e8a5..f04e98b 100644 --- a/Models/LoanElement.php +++ b/Models/LoanElement.php @@ -38,6 +38,11 @@ class LoanElement public CostType $type; + /** + * Constructor. + * + * @since 1.0.0 + */ public function __construct() { $this->amount = new FloatInt();