From: Eileen McNaughton Date: Wed, 14 May 2014 02:32:54 +0000 (+1200) Subject: more comment fixes X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=efe42cdc7b08f9dab777982e60fc3c256f1632a9;p=civicrm-core.git more comment fixes --- diff --git a/CRM/Contribute/Form/Contribution.php b/CRM/Contribute/Form/Contribution.php index 44ed3d523b..a57767d627 100644 --- a/CRM/Contribute/Form/Contribution.php +++ b/CRM/Contribute/Form/Contribution.php @@ -145,11 +145,16 @@ class CRM_Contribute_Form_Contribution extends CRM_Contribute_Form_AbstractEditP public $_lineItems; /** - * @var soft credit info + * @var array soft credit info */ public $_softCreditInfo; protected $_formType; + + /** + * @todo what on earth does cdType stand for???? + * @var + */ protected $_cdType; public $_honoreeProfileType; diff --git a/CRM/Utils/Request.php b/CRM/Utils/Request.php index 9240d8d810..7512777324 100644 --- a/CRM/Utils/Request.php +++ b/CRM/Utils/Request.php @@ -58,7 +58,7 @@ class CRM_Utils_Request { * Retrieve a value from the request (GET/POST/REQUEST) * * @param $name string name of the variable to be retrieved - * @param $type type of the variable (see CRM_Utils_Type for details) + * @param $type string type of the variable (see CRM_Utils_Type for details) * @param $store session scope where variable is stored * @param bool|\is $abort is this variable required * @param $default default value of the variable if not present