Merge remote branch 'canonical/master' into merge-forward
[civicrm-core.git] / CRM / Financial / BAO / FinancialType.php
index 4fc6d1e23aa464d373be8a78508558fe747da9b4..7559b1f23f4fc4332a05b2a6ca67eb983c51c34a 100644 (file)
@@ -120,7 +120,10 @@ class CRM_Financial_BAO_FinancialType extends CRM_Financial_DAO_FinancialType {
   /**
    * Function to delete financial Types
    *
-   * @param int $contributionTypeId
+   * @param $financialTypeId
+   *
+   * @return array|bool
+   * @internal param int $contributionTypeId
    * @static
    */
   static function del($financialTypeId) {