Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.

Commit

Permalink
Testing pre-commit syntax check
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkBaker committed Mar 7, 2016
1 parent 6fe91ac commit 1b6ed6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/PHPExcel/Shared/Date.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ public static function PHPToExcel($dateValue = 0, $adjustToTimezone = false, $ti
} elseif (is_numeric($dateValue)) {
$retValue = self::FormattedPHPToExcel(date('Y', $dateValue), date('m', $dateValue), date('d', $dateValue), date('H', $dateValue), date('i', $dateValue), date('s', $dateValue));
} elseif (is_string($dateValue)) {
$retValue = self::stringToExcel($dateValue);

$retValue = self::stringToExcel($dateValue)
}
date_default_timezone_set($saveTimeZone);

return $retValue;
Expand Down

0 comments on commit 1b6ed6b

Please sign in to comment.