Skip to content

Commit

Permalink
Initialize the attribute information as empty array().
Browse files Browse the repository at this point in the history
  • Loading branch information
discordier committed Oct 8, 2014
1 parent 881860e commit d7fb2a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class CollectMetaModelAttributeInformationEvent extends Event
*
* @var array[]
*/
protected $attributeInformation;
protected $attributeInformation = array();

/**
* Create a new instance.
Expand Down

0 comments on commit d7fb2a6

Please sign in to comment.