Skip to content

Commit

Permalink
Merge pull request PHPOffice#387 from trxndynamics/develop
Browse files Browse the repository at this point in the history
Minor Docblock update: corrected the return value from PHPExcel_Shared_Date::ExcelToPHPObject updated to reflect the PHP DateTime object that is to be returned.
  • Loading branch information
Progi1984 committed Jun 15, 2014
2 parents a396ec0 + 4878884 commit 78a0657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/PHPExcel/Shared/Date.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public static function ExcelToPHP($dateValue = 0, $adjustToTimezone = FALSE, $ti
* 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);
Expand Down

0 comments on commit 78a0657

Please sign in to comment.