From 8460c8e5f25318f0c4073f3cb2a79e5f36c3025c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 28 Dec 2018 19:13:17 +0100 Subject: [PATCH] php cs fixer --- Models/Invoice.php | 2 +- Models/InvoiceElement.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Models/Invoice.php b/Models/Invoice.php index 1868c21..5257db4 100644 --- a/Models/Invoice.php +++ b/Models/Invoice.php @@ -516,7 +516,7 @@ class Invoice implements \JsonSerializable $this->elements[] = $element; } - public function jsonSerialize() + public function jsonSerialize() : void { } diff --git a/Models/InvoiceElement.php b/Models/InvoiceElement.php index 78d33dc..96fa337 100644 --- a/Models/InvoiceElement.php +++ b/Models/InvoiceElement.php @@ -273,7 +273,7 @@ class InvoiceElement implements \JsonSerializable return $this->totalPriceGross; } - public function jsonSerialize() + public function jsonSerialize() : void { }