We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb3cda5 commit 38114e3Copy full SHA for 38114e3
lib/DateTimeImmutable.php
@@ -226,7 +226,7 @@ public static function createFromMutable($dateTime): self
226
* @param mixed[] $array
227
* @return DateTimeImmutable
228
*/
229
- public static function __set_state(array $array): self
+ public static function __set_state($array): self
230
{
231
return self::createFromRegular(parent::__set_state($array));
232
}
0 commit comments