summaryrefslogtreecommitdiff
path: root/ext/date/php_date.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/php_date.stub.php')
-rw-r--r--ext/date/php_date.stub.php2
1 files changed, 1 insertions, 1 deletions
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) {}
/**