phpstan fixes

This commit is contained in:
Dennis Eichhorn 2020-02-27 19:06:25 +01:00
parent 66b90c38e8
commit 250c3de9de

View File

@ -92,6 +92,8 @@ class EmployeeHistory implements ArrayableInterface, \JsonSerializable
/**
* Constructor.
*
* @param int|Employee $employee Employee
*
* @since 1.0.0
*/
public function __construct($employee = 0)