Initialization of is not necessary

This commit is contained in:
Marc Ducobu 2015-10-01 10:36:17 +02:00
parent 3e3ac1c841
commit 2604c61866

View File

@ -77,7 +77,7 @@ Create the field accordingly in the class logic :
/** /**
* @var array * @var array
*/ */
private $customField = array(); private $customField;
/** /**
* You must set a setter in order to save automatically custom * You must set a setter in order to save automatically custom