INFRA-132 - Fix comment spacing
[civicrm-core.git] / CRM / Case / BAO / Case.php
index 4d245fc12ec955f8e60a4cf0b0e5e489e00ff7c1..da805b9dec3499048b5ff8a2106fdb53d1482262 100644 (file)
@@ -292,7 +292,7 @@ class CRM_Case_BAO_Case extends CRM_Case_DAO_Case {
    * @param int $activityId
    *   Activity id.
    *
-   * @return  case subject or null
+   * @return string|null
    * @static
    */
   public static function getCaseSubject($activityId) {
@@ -308,10 +308,9 @@ class CRM_Case_BAO_Case extends CRM_Case_DAO_Case {
    * Get the case type.
    *
    * @param int $caseId
-   *
    * @param string $colName
    *
-   * @return  case type
+   * @return string case type
    * @static
    */
   public static function getCaseType($caseId, $colName = 'title') {