From 2604c618664a69e09279fae24e23bc4c3501de0a Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Thu, 1 Oct 2015 10:36:17 +0200 Subject: [PATCH] Initialization of is not necessary --- source/bundles/custom-fields.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/bundles/custom-fields.rst b/source/bundles/custom-fields.rst index d93e1c523..ff80fe09a 100644 --- a/source/bundles/custom-fields.rst +++ b/source/bundles/custom-fields.rst @@ -77,7 +77,7 @@ Create the field accordingly in the class logic : /** * @var array */ - private $customField = array(); + private $customField; /** * You must set a setter in order to save automatically custom