From 278e3a7076b58fb7b7a838ae4a510a796ce240f8 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Sun, 10 Nov 2019 11:23:37 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/website/class/website.class.php | 2 +- htdocs/website/class/websitepage.class.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/website/class/website.class.php b/htdocs/website/class/website.class.php index a0b4d59d4e0..9337c438d1e 100644 --- a/htdocs/website/class/website.class.php +++ b/htdocs/website/class/website.class.php @@ -79,7 +79,7 @@ class Website extends CommonObject * @var integer|string date_creation */ public $date_creation; - + /** * @var integer|string date_modification */ diff --git a/htdocs/website/class/websitepage.class.php b/htdocs/website/class/websitepage.class.php index b41a2dfd19e..b6371c14df7 100644 --- a/htdocs/website/class/websitepage.class.php +++ b/htdocs/website/class/websitepage.class.php @@ -83,12 +83,12 @@ class WebsitePage extends CommonObject * @var int Status */ public $status; - + /** * @var integer|string date_creation */ public $date_creation; - + /** * @var integer|string date_modification */