INFRA-132 - BraceOnNewLine. ContentAfterBrace. FirstIndexNoNewline.
[civicrm-core.git] / CRM / Core / I18n / SchemaStructure_4_5_alpha1.php
index 550ce0c01833b1ac9cd174e3e69978dcf81c0128..586fd0de931bda8067158f1e1519c6c9d21a0a98 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
 +--------------------------------------------------------------------+
-| CiviCRM version 4.5                                                |
+| CiviCRM version 4.6                                                |
 +--------------------------------------------------------------------+
 | Copyright CiviCRM LLC (c) 2004-2014                                |
 +--------------------------------------------------------------------+
@@ -36,8 +36,8 @@ class CRM_Core_I18n_SchemaStructure_4_5_alpha1 {
   /**
    * @return array
    */
-  static function &columns() {
-    static $result = null;
+  public static function &columns() {
+    static $result = NULL;
     if (!$result) {
       $result = array(
         'civicrm_location_type' => array(
@@ -189,9 +189,8 @@ class CRM_Core_I18n_SchemaStructure_4_5_alpha1 {
   /**
    * @return array
    */
-  static function &indices()
-  {
-    static $result = null;
+  public static function &indices() {
+    static $result = NULL;
     if (!$result) {
       $result = array(
         'civicrm_custom_group' => array(
@@ -231,9 +230,8 @@ class CRM_Core_I18n_SchemaStructure_4_5_alpha1 {
   /**
    * @return array
    */
-  static function &tables()
-  {
-    static $result = null;
+  public static function &tables() {
+    static $result = NULL;
     if (!$result) {
       $result = array_keys(self::columns());
     }