mirror of
https://github.com/Karaka-Management/oms-Comments.git
synced 2026-01-18 19:48:40 +00:00
fix typehint
This commit is contained in:
parent
b17f7a1ce7
commit
285c2dba36
|
|
@ -307,11 +307,11 @@ class Comment
|
|||
/**
|
||||
* Get created at date time
|
||||
*
|
||||
* @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