From 46a2c6a8d7d7d48e7f32c2738cdbae46ced0c65b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Mon, 16 Nov 2020 00:23:47 +0100 Subject: Fix return type of DateTimeImmutable::__set_state() --- ext/date/php_date.stub.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/date/php_date.stub.php') diff --git a/ext/date/php_date.stub.php b/ext/date/php_date.stub.php index 2519e4ed5d..fef4ffb02f 100644 --- a/ext/date/php_date.stub.php +++ b/ext/date/php_date.stub.php @@ -251,7 +251,7 @@ class DateTimeImmutable implements DateTimeInterface /** @return void */ public function __wakeup() {} - /** @return DateTimeZone */ + /** @return DateTimeImmutable */ public static function __set_state(array $array) {} /** -- cgit v1.2.1