diff --git a/src/PhpSpreadsheet/Shared/Date.php b/src/PhpSpreadsheet/Shared/Date.php index 8f130ad6..91c3ee0e 100644 --- a/src/PhpSpreadsheet/Shared/Date.php +++ b/src/PhpSpreadsheet/Shared/Date.php @@ -256,7 +256,7 @@ class Date /** * Convert a Unix timestamp to an MS Excel serialized date/time value. * - * @param DateTimeInterface $dateValue Unix Timestamp + * @param int $dateValue Unix Timestamp * * @return float MS Excel serialized date/time value */