Remove deprecated function.
[civicrm-core.git] / CRM / Core / Region.php
index a9f9e13b71ae571c8a5247a10b637bbedc665767..4fc96a074e89ee35fd91f27fb6466a84d72891da 100644 (file)
@@ -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;