From 92633a84d88cdc893c6f535c27c2d9ac29cc1bb3 Mon Sep 17 00:00:00 2001 From: Jean Baptiste Noblot Date: Mon, 21 May 2018 10:38:30 +0200 Subject: [PATCH] Fix Documentation in Shared/Date --- src/PhpSpreadsheet/Shared/Date.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */