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 646f4c4 commit 68b2f32Copy full SHA for 68b2f32
date/date_c.php
@@ -490,7 +490,7 @@ public function __wakeup(): void {}
490
491
/**
492
* @param DateTimeInterface $object
493
- * @return DateTimeImmutable
+ * @return static
494
* @since 8.0
495
*/
496
public static function createFromInterface(DateTimeInterface $object): DateTimeImmutable {}
@@ -881,7 +881,7 @@ public static function __set_state($array) {}
881
882
883
884
- * @return DateTime
885
886
887
public static function createFromInterface(DateTimeInterface $object): DateTime {}
0 commit comments