INFRA-132 - Batch #7
[civicrm-core.git] / CRM / Core / I18n / SchemaStructure_3_0_alpha1.php
index 6c1cdf6ca4a336a099ea51394280023a05169522..cb8796712641fe007f221cd58a409936ef197e99 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  *
  */
 class CRM_Core_I18n_SchemaStructure_3_0_alpha1 {
-  static function &columns() {
+  /**
+   * @return array
+   */
+  public static function &columns() {
     static $result = NULL;
     if (!$result) {
       $result = array(
@@ -161,7 +164,10 @@ class CRM_Core_I18n_SchemaStructure_3_0_alpha1 {
     return $result;
   }
 
-  static function &indices() {
+  /**
+   * @return array
+   */
+  public static function &indices() {
     static $result = NULL;
     if (!$result) {
       $result = array(
@@ -231,7 +237,10 @@ class CRM_Core_I18n_SchemaStructure_3_0_alpha1 {
     return $result;
   }
 
-  static  function &tables() {
+  /**
+   * @return array $result
+   */
+  public static function &tables() {
     static $result = NULL;
     if (!$result) {
       $result = array_keys(self::columns());
@@ -239,4 +248,3 @@ class CRM_Core_I18n_SchemaStructure_3_0_alpha1 {
     return $result;
   }
 }
-