Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions date/date_c.php
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ public function __wakeup(): void {}

/**
* @param DateTimeInterface $object
* @return DateTimeImmutable
* @return static
* @since 8.0
*/
public static function createFromInterface(DateTimeInterface $object): DateTimeImmutable {}
Expand Down Expand Up @@ -844,7 +844,7 @@ public static function __set_state($array) {}

/**
* @param DateTimeInterface $object
* @return DateTime
* @return static
* @since 8.0
*/
public static function createFromInterface(DateTimeInterface $object): DateTime {}
Expand Down
Loading