From 66f12494b78bc31a6b7e2ba6522eb50e2a17bdde Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 25 Apr 2024 01:01:37 +0000 Subject: [PATCH] fix tests --- Models/EmployeeHistory.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Models/EmployeeHistory.php b/Models/EmployeeHistory.php index 4218476..7160ca4 100755 --- a/Models/EmployeeHistory.php +++ b/Models/EmployeeHistory.php @@ -95,8 +95,6 @@ class EmployeeHistory implements \JsonSerializable /** * Constructor. * - * @param int|Employee $employee Employee - * * @since 1.0.0 */ public function __construct()