mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-15 15:58:41 +00:00
improve docblocks
This commit is contained in:
parent
2ef267c98a
commit
fe8a3bf597
|
|
@ -62,10 +62,10 @@ class Invoice implements \JsonSerializable
|
||||||
/**
|
/**
|
||||||
* Invoice created at.
|
* Invoice created at.
|
||||||
*
|
*
|
||||||
* @var null|\DateTime
|
* @var \DateTime
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private ?\DateTime $createdAt = null;
|
private \DateTime $createdAt;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Invoice send at.
|
* Invoice send at.
|
||||||
|
|
@ -303,7 +303,7 @@ class Invoice implements \JsonSerializable
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public function getCreatedBy() : int
|
public function getCreatedBy()
|
||||||
{
|
{
|
||||||
return $this->createdBy;
|
return $this->createdBy;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user