Merge pull request #3339 from yashodha/CRM-14664
[civicrm-core.git] / CRM / Core / I18n / SchemaStructure_3_0_beta4.php
index 4c5188a20dd339c68341e1ad008d73f57b1f4b7b..55ffa65c3cbdad59b8de32d6df8cd675397ecbd7 100644 (file)
@@ -33,6 +33,9 @@
  *
  */
 class CRM_Core_I18n_SchemaStructure_3_0_beta4 {
+  /**
+   * @return array
+   */
   static function &columns() {
     static $result = NULL;
     if (!$result) {
@@ -182,6 +185,9 @@ class CRM_Core_I18n_SchemaStructure_3_0_beta4 {
     return $result;
   }
 
+  /**
+   * @return array
+   */
   static function &indices() {
     static $result = NULL;
     if (!$result) {
@@ -260,6 +266,9 @@ class CRM_Core_I18n_SchemaStructure_3_0_beta4 {
     return $result;
   }
 
+  /**
+   * @return array
+   */
   static function &tables() {
     static $result = NULL;
     if (!$result) {