From 11f29df93d09a90572ce9dc5eae06781a8778aea Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Sun, 10 Nov 2019 09:52:03 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/accountancy/class/bookkeeping.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/accountancy/class/bookkeeping.class.php b/htdocs/accountancy/class/bookkeeping.class.php index 03ef8e2754b..193ca34e2f3 100644 --- a/htdocs/accountancy/class/bookkeeping.class.php +++ b/htdocs/accountancy/class/bookkeeping.class.php @@ -1980,12 +1980,12 @@ class BookKeepingLine * @var integer|string date_creation */ public $date_creation; - + /** * @var integer|string $date_modification; */ public $date_modification; - + /** * @var integer|string $date_export; */