Skip to content

Commit bb7376e

Browse files
Merge branch '5.3' into 5.4
* 5.3: [VarDumper] fix tests [Intl] fix bad merge Remove notice about reverted behavior [PhpUnitBridge] fix PHP version check keep container.service_subscriber tag on the decorated definition
2 parents dde5d37 + 92a24a5 commit bb7376e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DateFormatter/IntlDateFormatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ public function setTimeZone($timeZone)
587587
*
588588
* @return \DateTime
589589
*/
590-
protected function createDateTime(int $timestamp)
590+
protected function createDateTime(string $timestamp)
591591
{
592592
$dateTime = \DateTime::createFromFormat('U', $timestamp);
593593
$dateTime->setTimezone($this->dateTimeZone);

0 commit comments

Comments
 (0)