X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FHook%2FSoap.php;h=eae8e5e0e70d414f5828d2b2ec12070136eb8cbb;hb=77855840b2562acc9f18b2cb4f9c22f8036bc967;hp=8f26da58c3373fb96e80f329f81cac845b71218f;hpb=c68f8bfa6acfa6fdb3704d1fd4d9aeae004881e4;p=civicrm-core.git diff --git a/CRM/Utils/Hook/Soap.php b/CRM/Utils/Hook/Soap.php index 8f26da58c3..eae8e5e0e7 100644 --- a/CRM/Utils/Hook/Soap.php +++ b/CRM/Utils/Hook/Soap.php @@ -37,14 +37,22 @@ class CRM_Utils_Hook_Soap extends CRM_Utils_Hook { /** *Invoke hooks * - * @param int $numParams Number of parameters to pass to the hook - * @param mixed $arg1 parameter to be passed to the hook - * @param mixed $arg2 parameter to be passed to the hook - * @param mixed $arg3 parameter to be passed to the hook - * @param mixed $arg4 parameter to be passed to the hook - * @param mixed $arg5 parameter to be passed to the hook - * @param mixed $arg6 parameter to be passed to the hook - * @param string $fnSuffix function suffix, this is effectively the hook name + * @param int $numParams + * Number of parameters to pass to the hook. + * @param mixed $arg1 + * Parameter to be passed to the hook. + * @param mixed $arg2 + * Parameter to be passed to the hook. + * @param mixed $arg3 + * Parameter to be passed to the hook. + * @param mixed $arg4 + * Parameter to be passed to the hook. + * @param mixed $arg5 + * Parameter to be passed to the hook. + * @param mixed $arg6 + * Parameter to be passed to the hook. + * @param string $fnSuffix + * Function suffix, this is effectively the hook name. * * @return mixed */