INFRA-132 - BraceOnNewLine. ContentAfterBrace. FirstIndexNoNewline.
[civicrm-core.git] / CRM / Core / I18n / SchemaStructure_4_5_alpha1.php
index a11f045ab344925069110cf3f146ae249cb9637f..586fd0de931bda8067158f1e1519c6c9d21a0a98 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
 +--------------------------------------------------------------------+
-| CiviCRM version 4.5                                                |
+| CiviCRM version 4.6                                                |
 +--------------------------------------------------------------------+
 | Copyright CiviCRM LLC (c) 2004-2014                                |
 +--------------------------------------------------------------------+
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
  */
 class CRM_Core_I18n_SchemaStructure_4_5_alpha1 {
-  static function &columns() {
-    static $result = null;
+  /**
+   * @return array
+   */
+  public static function &columns() {
+    static $result = NULL;
     if (!$result) {
       $result = array(
         'civicrm_location_type' => array(
@@ -182,9 +185,12 @@ class CRM_Core_I18n_SchemaStructure_4_5_alpha1 {
     }
     return $result;
   }
-  static function &indices()
-  {
-    static $result = null;
+
+  /**
+   * @return array
+   */
+  public static function &indices() {
+    static $result = NULL;
     if (!$result) {
       $result = array(
         'civicrm_custom_group' => array(
@@ -220,9 +226,12 @@ class CRM_Core_I18n_SchemaStructure_4_5_alpha1 {
     }
     return $result;
   }
-  static function &tables()
-  {
-    static $result = null;
+
+  /**
+   * @return array
+   */
+  public static function &tables() {
+    static $result = NULL;
     if (!$result) {
       $result = array_keys(self::columns());
     }