CRM/Core add missing comment blocks (autogenerated)
[civicrm-core.git] / CRM / Core / I18n / SchemaStructure_3_0_beta1.php
index 8dff958539b81c5ed243ef6acf19a08148363bd8..ddde1d66df0c27d6f5657452c56882dd8a033404 100644 (file)
@@ -33,6 +33,9 @@
  *
  */
 class CRM_Core_I18n_SchemaStructure_3_0_beta1 {
+  /**
+   * @return array
+   */
   static function &columns() {
     static $result = NULL;
     if (!$result) {
@@ -169,6 +172,9 @@ class CRM_Core_I18n_SchemaStructure_3_0_beta1 {
     return $result;
   }
 
+  /**
+   * @return array
+   */
   static function &indices() {
     static $result = NULL;
     if (!$result) {
@@ -247,6 +253,9 @@ class CRM_Core_I18n_SchemaStructure_3_0_beta1 {
     return $result;
   }
 
+  /**
+   * @return array
+   */
   static function &tables() {
     static $result = NULL;
     if (!$result) {