mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-02-10 09:18:40 +00:00
fix typehint
This commit is contained in:
parent
5912df63b9
commit
c8b6de3e54
|
|
@ -217,11 +217,11 @@ class KanbanBoard implements \JsonSerializable
|
|||
/**
|
||||
* Get created at date time
|
||||
*
|
||||
* @return \DateTime
|
||||
* @return \DateTimeImmutable
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getCreatedAt() : \DateTimeInterface
|
||||
public function getCreatedAt() : \DateTimeImmutable
|
||||
{
|
||||
return $this->createdAt;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -306,11 +306,11 @@ class KanbanCard implements \JsonSerializable
|
|||
/**
|
||||
* Get created at date time
|
||||
*
|
||||
* @return \DateTime
|
||||
* @return \DateTimeImmutable
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getCreatedAt() : \DateTimeInterface
|
||||
public function getCreatedAt() : \DateTimeImmutable
|
||||
{
|
||||
return $this->createdAt;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -155,11 +155,11 @@ class KanbanCardComment implements \JsonSerializable
|
|||
/**
|
||||
* 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