X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FRegion.php;h=4fc96a074e89ee35fd91f27fb6466a84d72891da;hb=7646662a2002fac1f942d0a590145c38e735891f;hp=a9f9e13b71ae571c8a5247a10b637bbedc665767;hpb=35300ebd3b90fd1d73409c4d1b75ffc86a05c728;p=civicrm-core.git diff --git a/CRM/Core/Region.php b/CRM/Core/Region.php index a9f9e13b71..4fc96a074e 100644 --- a/CRM/Core/Region.php +++ b/CRM/Core/Region.php @@ -29,16 +29,18 @@ class CRM_Core_Region { public $_name; /** - * List of snippets to inject within region + * List of snippets to inject within region. * - * @var array; e.g. $this->_snippets[3]['type'] = 'template'; + * e.g. $this->_snippets[3]['type'] = 'template'; + * + * @var array */ public $_snippets; /** * Whether the snippets array has been sorted * - * @var boolean + * @var bool */ public $_isSorted;