mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-03 02:08:40 +00:00
php cs fixer
This commit is contained in:
parent
a12faee7a8
commit
8460c8e5f2
|
|
@ -516,7 +516,7 @@ class Invoice implements \JsonSerializable
|
|||
$this->elements[] = $element;
|
||||
}
|
||||
|
||||
public function jsonSerialize()
|
||||
public function jsonSerialize() : void
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -273,7 +273,7 @@ class InvoiceElement implements \JsonSerializable
|
|||
return $this->totalPriceGross;
|
||||
}
|
||||
|
||||
public function jsonSerialize()
|
||||
public function jsonSerialize() : void
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user