Merge pull request #20924 from homer8173/patch-33

FIX scrutinizer
This commit is contained in:
Laurent Destailleur 2022-05-21 00:36:48 +02:00 committed by GitHub
commit cd4a449580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -258,6 +258,12 @@ class Categorie extends CommonObject
*/
public $motherof = array();
/**
* @var array Childs
*/
public $childs = array();
/**
* Constructor
*