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 */