Skip to content

Commit 92a24a5

Browse files
Merge branch '5.2' into 5.3
* 5.2: [VarDumper] fix tests [Intl] fix bad merge
2 parents db7e737 + cf40e74 commit 92a24a5

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)