INFRA-132 - Fix spacing of @return tag in comments
[civicrm-core.git] / CRM / Custom / Form / Group.php
index 245d0a6ca4dc6c16ca68280a3c3c2a642cab7c22..87d0a94fe5ebed69da1507db45894d8c79443536 100644 (file)
@@ -404,7 +404,8 @@ class CRM_Custom_Form_Group extends CRM_Core_Form {
    *
    * @param null
    *
-   * @return array   array of default values
+   * @return array
+   *   array of default values
    */
   public function setDefaultValues() {
     $defaults = &$this->_defaults;
@@ -527,7 +528,8 @@ class CRM_Custom_Form_Group extends CRM_Core_Form {
    * @param array $list
    *   Array of relationship name.
    *
-   * @return array of relationship name.
+   * @return array
+   *   of relationship name.
    */
   public static function getFormattedList(&$list) {
     $relName = array();