Merge pull request #3339 from yashodha/CRM-14664
[civicrm-core.git] / CRM / Core / I18n / SchemaStructure_4_3_1.php
index 8dcb438702579d8b2602cdd923efe304911a760f..cbd03d8fbcc5316e797953af1c3ab0d899d43701 100644 (file)
@@ -33,6 +33,9 @@
  */
 class CRM_Core_I18n_SchemaStructure_4_3_1
 {
+  /**
+   * @return array
+   */
   static function &columns()
   {
     static $result = null;
@@ -183,6 +186,10 @@ class CRM_Core_I18n_SchemaStructure_4_3_1
     }
     return $result;
   }
+
+  /**
+   * @return array
+   */
   static function &indices()
   {
     static $result = null;
@@ -221,6 +228,10 @@ class CRM_Core_I18n_SchemaStructure_4_3_1
     }
     return $result;
   }
+
+  /**
+   * @return array
+   */
   static function &tables()
   {
     static $result = null;