mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix return type of DateTimeImmutable::__set_state()
This commit is contained in:
parent
9cec093b7f
commit
46a2c6a8d7
2 changed files with 2 additions and 2 deletions
|
@ -251,7 +251,7 @@ class DateTimeImmutable implements DateTimeInterface
|
|||
/** @return void */
|
||||
public function __wakeup() {}
|
||||
|
||||
/** @return DateTimeZone */
|
||||
/** @return DateTimeImmutable */
|
||||
public static function __set_state(array $array) {}
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* This is a generated file, edit the .stub.php file instead.
|
||||
* Stub hash: 7b23a03d3c4941fb9a614de62d80fa5b0e11d14b */
|
||||
* Stub hash: 339c2c91f38eeaafac6134ac04573243069502f5 */
|
||||
|
||||
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_strtotime, 0, 1, MAY_BE_LONG|MAY_BE_FALSE)
|
||||
ZEND_ARG_TYPE_INFO(0, datetime, IS_STRING, 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue