File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,9 @@ 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 );
151
+
149
152
/** @return DateTime|false */
150
153
public static function createFromFormat (
151
154
string $ format , string $ time , ?DateTimeZone $ timezone = null );
@@ -187,6 +190,9 @@ public static function __set_state(array $array);
187
190
/** @return DateTimeImmutable */
188
191
public static function createFromMutable (DateTime $ object );
189
192
193
+ /** @return DateTimeImmutable */
194
+ public static function createFromInterface (DateTimeInterface $ object );
195
+
190
196
/** @return DateTimeImmutable|false */
191
197
public static function createFromFormat (
192
198
string $ format , string $ time , ?DateTimeZone $ timezone = null );
You can’t perform that action at this time.
0 commit comments