Fix Documentation in Shared/Date

This commit is contained in:
Jean Baptiste Noblot 2018-05-21 10:38:30 +02:00 committed by Adrien Crivelli
parent 148909300c
commit 92633a84d8
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ class Date
/** /**
* Convert a Unix timestamp to an MS Excel serialized date/time value. * 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 * @return float MS Excel serialized date/time value
*/ */