From 4b3849885a21b50bceeee6a095382d11ac180641 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 4 Feb 2019 22:29:55 +0100 Subject: [PATCH] Use global namespace+minor fixes --- Models/Invoice.php | 3 +++ Models/InvoiceElement.php | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Models/Invoice.php b/Models/Invoice.php index 5257db4..927cb08 100644 --- a/Models/Invoice.php +++ b/Models/Invoice.php @@ -516,6 +516,9 @@ class Invoice implements \JsonSerializable $this->elements[] = $element; } + /** + * {@inheritdoc} + */ public function jsonSerialize() : void { diff --git a/Models/InvoiceElement.php b/Models/InvoiceElement.php index 96fa337..c4e5a6c 100644 --- a/Models/InvoiceElement.php +++ b/Models/InvoiceElement.php @@ -273,6 +273,9 @@ class InvoiceElement implements \JsonSerializable return $this->totalPriceGross; } + /** + * {@inheritdoc} + */ public function jsonSerialize() : void {