From 8196934c07244b2f6755934b99bf3b8be3eac0cb Mon Sep 17 00:00:00 2001 From: Scrutinizer Auto-Fixer Date: Sun, 5 Nov 2017 18:06:04 +0000 Subject: [PATCH] Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com --- Models/InvoiceElement.php | 4 ++-- Models/InvoiceType.php | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Models/InvoiceElement.php b/Models/InvoiceElement.php index 0fe9674..596b581 100644 --- a/Models/InvoiceElement.php +++ b/Models/InvoiceElement.php @@ -59,9 +59,9 @@ class InvoiceElement implements \JsonSerializable private $taxR = null; - private $singlePriceGross= null; + private $singlePriceGross = null; - private $totalPriceGross= null; + private $totalPriceGross = null; private $event = 0; diff --git a/Models/InvoiceType.php b/Models/InvoiceType.php index bef2eac..102b535 100644 --- a/Models/InvoiceType.php +++ b/Models/InvoiceType.php @@ -28,9 +28,9 @@ use phpOMS\Stdlib\Base\Enum; abstract class InvoiceType extends Enum { /* public */ const BILL = 1; - /* public */ const DELIVERY_NOTE = 2; - /* public */ const CREDIT_NOTE = 3; - /* public */ const DEBIT_NOTE = 4; - /* public */ const OFFER = 5; + /* public */ const DELIVERY_NOTE = 2; + /* public */ const CREDIT_NOTE = 3; + /* public */ const DEBIT_NOTE = 4; + /* public */ const OFFER = 5; /* public */ const ORDER_CONFIRMATION = 6; }