Fixing style errors.

This commit is contained in:
stickler-ci 2019-11-10 11:23:37 +00:00
parent 067c35d905
commit 278e3a7076
2 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@ class Website extends CommonObject
* @var integer|string date_creation
*/
public $date_creation;
/**
* @var integer|string date_modification
*/

View File

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