From 3df87a419c8ef0478cc1a7bc27f8e217a082a224 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Sun, 10 Nov 2019 11:12:42 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/product/inventory/class/inventory.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/product/inventory/class/inventory.class.php b/htdocs/product/inventory/class/inventory.class.php index cefdfc37972..7f893faad19 100644 --- a/htdocs/product/inventory/class/inventory.class.php +++ b/htdocs/product/inventory/class/inventory.class.php @@ -130,18 +130,18 @@ class Inventory extends CommonObject * @var int Status */ public $status; - + /** * @var integer|string date_creation */ public $date_creation; - + /** * @var integer|string date_validation */ public $date_validation; - - + + public $tms; /**