Fixing style errors.

This commit is contained in:
stickler-ci 2022-05-20 17:32:58 +00:00
parent b21facc3db
commit 20b74cebc0

View File

@ -256,14 +256,14 @@ class Categorie extends CommonObject
/** /**
* @var array Mother of table * @var array Mother of table
*/ */
public $motherof = array(); public $motherof = array();
/** /**
* @var array Childs * @var array Childs
*/ */
public $childs = array(); public $childs = array();
/** /**
* Constructor * Constructor
* *