Merge pull request #14133 from civicrm/5.13
[civicrm-core.git] / CRM / Core / Block.php
index 252aa96319a05b1c568a00ac53ea6061d3e20909..a34bf4da646ebdfe9d7a271919b5207d5a219356 100644 (file)
@@ -54,8 +54,9 @@ class CRM_Core_Block {
 
   /**
    * Template file names for the above blocks.
+   * @var array
    */
-  static $_properties = NULL;
+  public static $_properties = NULL;
 
   /**
    * Class constructor.