mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-01-28 17:28:40 +00:00
fix typehint
This commit is contained in:
parent
618e53d44f
commit
e464e6122c
|
|
@ -159,11 +159,11 @@ class EditorDoc implements \JsonSerializable, ArrayableInterface
|
|||
/**
|
||||
* Get created at
|
||||
*
|
||||
* @return \DateTime
|
||||
* @return \DateTimeImmutable
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getCreatedAt() : \DateTimeInterface
|
||||
public function getCreatedAt() : \DateTimeImmutable
|
||||
{
|
||||
return $this->createdAt;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user