X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FHook.php;h=a9679480a0c1d101502309dea4938a5fc619929c;hb=6618a018a85af6394e1c1e5319ee70f86f43133a;hp=a67f2a9efc751e4bc7550eb306192c09ca8a316f;hpb=be0c85209e2f6611ed964bc9503aac858218aae8;p=civicrm-core.git diff --git a/CRM/Utils/Hook.php b/CRM/Utils/Hook.php index a67f2a9efc..a9679480a0 100644 --- a/CRM/Utils/Hook.php +++ b/CRM/Utils/Hook.php @@ -331,7 +331,7 @@ abstract class CRM_Utils_Hook { * The type of operation being performed. * @param string $objectName * The name of the object. - * @param int $id + * @param int|null $id * The object id if available. * @param array $params * The parameters used for object creation / editing. @@ -2589,11 +2589,8 @@ abstract class CRM_Utils_Hook { * inserted in civicrm_financial_trxn table * * @param array $deferredRevenues - * - * @param array $contributionDetails - * + * @param CRM_Contribute_BAO_Contribution $contributionDetails * @param bool $update - * * @param string $context * * @return mixed