Use global namespace+minor fixes

This commit is contained in:
Dennis Eichhorn 2019-02-04 22:29:55 +01:00
parent fb6b447bf0
commit 4b3849885a
2 changed files with 6 additions and 0 deletions

View File

@ -516,6 +516,9 @@ class Invoice implements \JsonSerializable
$this->elements[] = $element;
}
/**
* {@inheritdoc}
*/
public function jsonSerialize() : void
{

View File

@ -273,6 +273,9 @@ class InvoiceElement implements \JsonSerializable
return $this->totalPriceGross;
}
/**
* {@inheritdoc}
*/
public function jsonSerialize() : void
{