Merge pull request #3179 from webpartners/master
[civicrm-core.git] / CRM / Core / I18n / SchemaStructure_4_2_alpha1.php
index fb7d435d314cca334d095a7f31a1bdf02601ef28..b15c339ee8b059df87e0398d8f10272b573d6c3a 100644 (file)
@@ -33,6 +33,9 @@
  */
 class CRM_Core_I18n_SchemaStructure_4_2_alpha1
 {
+  /**
+   * @return array
+   */
   static function &columns()
   {
     static $result = null;
@@ -178,6 +181,10 @@ class CRM_Core_I18n_SchemaStructure_4_2_alpha1
         }
         return $result;
     }
+
+  /**
+   * @return array
+   */
   static function &indices()
   {
     static $result = null;
@@ -216,6 +223,10 @@ class CRM_Core_I18n_SchemaStructure_4_2_alpha1
     }
     return $result;
   }
+
+  /**
+   * @return array
+   */
   static function &tables()
   {
     static $result = null;