Skip to content

Commit cf40e74

Browse files
[Intl] fix bad merge
1 parent 455d350 commit cf40e74

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
@@ -585,7 +585,7 @@ public function setTimeZone($timeZone)
585585
*
586586
* @return \DateTime
587587
*/
588-
protected function createDateTime(int $timestamp)
588+
protected function createDateTime(string $timestamp)
589589
{
590590
$dateTime = \DateTime::createFromFormat('U', $timestamp);
591591
$dateTime->setTimezone($this->dateTimeZone);

0 commit comments

Comments
 (0)