INFRA-132 - Fix spacing of @return tag in comments
[civicrm-core.git] / CRM / Price / BAO / PriceField.php
index 032b8d39973091e7d473ef044c9b610f7c045090..de0c4714194ee8d3a1d188f9755e9d5dfc9c86ff 100644 (file)
@@ -192,7 +192,8 @@ class CRM_Price_BAO_PriceField extends CRM_Price_DAO_PriceField {
    * @param bool $is_active
    *   Value we want to set the is_active field.
    *
-   * @return Object            DAO object on sucess, null otherwise
+   * @return Object
+   *   DAO object on sucess, null otherwise
    *
    * @static
    */
@@ -213,7 +214,8 @@ class CRM_Price_BAO_PriceField extends CRM_Price_DAO_PriceField {
    * @param int $id
    *   Id of field.
    *
-   * @return string name
+   * @return string
+   *   name
    *
    * @static
    *
@@ -566,7 +568,8 @@ class CRM_Price_BAO_PriceField extends CRM_Price_DAO_PriceField {
    * @param bool $reset
    *   Ignore stored values\.
    *
-   * @return array array of options
+   * @return array
+   *   array of options
    */
   public static function getOptions($fieldId, $inactiveNeeded = FALSE, $reset = FALSE) {
     static $options = array();
@@ -779,7 +782,8 @@ WHERE  id IN (" . implode(',', array_keys($priceFields)) . ')';
    * @param string $displayOpt
    *   Tax display setting option.
    *
-   * @return string $label tax label for custom field
+   * @return string
+   *   tax label for custom field
    *
    * @static
    *