Merge pull request #3339 from yashodha/CRM-14664
[civicrm-core.git] / CRM / Core / I18n / SchemaStructure_3_4_beta3.php
index bcb31f5317e3b4085fafd98a98ac82186a8f053e..28bba0ee38a66f5a6d1981bed7bd1e72b02260c5 100644 (file)
@@ -33,6 +33,9 @@
  *
  */
 class CRM_Core_I18n_SchemaStructure_3_4_beta3 {
+  /**
+   * @return array
+   */
   static function &columns() {
     static $result = NULL;
     if (!$result) {
@@ -165,6 +168,9 @@ class CRM_Core_I18n_SchemaStructure_3_4_beta3 {
     return $result;
   }
 
+  /**
+   * @return array
+   */
   static function &indices() {
     static $result = NULL;
     if (!$result) {
@@ -203,6 +209,9 @@ class CRM_Core_I18n_SchemaStructure_3_4_beta3 {
     return $result;
   }
 
+  /**
+   * @return array
+   */
   static function &tables() {
     static $result = NULL;
     if (!$result) {