mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-11 13:28:40 +00:00
fix typehint
This commit is contained in:
parent
4f2aa1d5ca
commit
49fa2450cd
|
|
@ -115,11 +115,11 @@ class BatchPosting implements \Countable
|
|||
/**
|
||||
* Get created.
|
||||
*
|
||||
* @return \DateTime
|
||||
* @return \DateTimeImmutable
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getCreatedAt() : \DateTimeInterface
|
||||
public function getCreatedAt() : \DateTimeImmutable
|
||||
{
|
||||
return $this->created;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user