File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -146,8 +146,7 @@ public static function __set_state(array $array);
146
146
/** @return DateTime */
147
147
public static function createFromImmutable (DateTimeImmutable $ object );
148
148
149
- /** @return DateTime */
150
- public static function createFromInterface (DateTimeInterface $ object );
149
+ public static function createFromInterface (DateTimeInterface $ object ): DateTime ;
151
150
152
151
/** @return DateTime|false */
153
152
public static function createFromFormat (
@@ -190,8 +189,7 @@ public static function __set_state(array $array);
190
189
/** @return DateTimeImmutable */
191
190
public static function createFromMutable (DateTime $ object );
192
191
193
- /** @return DateTimeImmutable */
194
- public static function createFromInterface (DateTimeInterface $ object );
192
+ public static function createFromInterface (DateTimeInterface $ object ): DateTimeImmutable ;
195
193
196
194
/** @return DateTimeImmutable|false */
197
195
public static function createFromFormat (
You can’t perform that action at this time.
0 commit comments