update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
@@ -240,6 +240,9 @@ public static function createFromMutable($dateTime): self
|
||||
return self::createFromRegular($date);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return DateTimeImmutable
|
||||
*/
|
||||
public static function createFromInterface(\DateTimeInterface $object): self
|
||||
{
|
||||
if ($object instanceof \DateTime) {
|
||||
|
||||
Reference in New Issue
Block a user