Merge pull request #387 from trxndynamics/develop

Minor Docblock update: corrected the return value from PHPExcel_Shared_Date::ExcelToPHPObject updated to reflect the PHP DateTime object that is to be returned.
This commit is contained in:
Progi1984 2014-06-15 21:26:15 +02:00
commit 78a065754d
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ class PHPExcel_Shared_Date
* Convert a date from Excel to a PHP Date/Time object
*
* @param integer $dateValue Excel date/time value
* @return integer PHP date/time object
* @return DateTime PHP date/time object
*/
public static function ExcelToPHPObject($dateValue = 0) {
$dateTime = self::ExcelToPHP($dateValue);