Skip to content

Commit c4f7b3a

Browse files
Docblock fixes
1 parent 7dcd7e7 commit c4f7b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/Core/Type/DateType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ public function getName()
268268
private function formatTimestamps(\IntlDateFormatter $formatter, $regex, array $timestamps)
269269
{
270270
$pattern = $formatter->getPattern();
271-
$timezone = $formatter->getTimezoneId();
271+
$timezone = $formatter->getTimeZoneId();
272272
$formattedTimestamps = array();
273273

274274
if ($setTimeZone = \PHP_VERSION_ID >= 50500 || method_exists($formatter, 'setTimeZone')) {

0 commit comments

Comments
 (0)