mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-15 15:58:41 +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;
|
$this->elements[] = $element;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function jsonSerialize()
|
public function jsonSerialize() : void
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -273,7 +273,7 @@ class InvoiceElement implements \JsonSerializable
|
||||||
return $this->totalPriceGross;
|
return $this->totalPriceGross;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function jsonSerialize()
|
public function jsonSerialize() : void
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user