Skip to content

Commit 6fe91ac

Browse files
author
MarkBaker
committed
git hooks syntax error test
1 parent d3fd150 commit 6fe91ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Classes/PHPExcel/Shared/Date.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ public static function PHPToExcel($dateValue = 0, $adjustToTimezone = false, $ti
188188
} elseif (is_numeric($dateValue)) {
189189
$retValue = self::FormattedPHPToExcel(date('Y', $dateValue), date('m', $dateValue), date('d', $dateValue), date('H', $dateValue), date('i', $dateValue), date('s', $dateValue));
190190
} elseif (is_string($dateValue)) {
191-
$retValue = self::stringToExcel($dateValue)
192-
}
191+
$retValue = self::stringToExcel($dateValue);
192+
193193
date_default_timezone_set($saveTimeZone);
194194

195195
return $retValue;

0 commit comments

Comments
 (0)