more comment fixes
authorEileen McNaughton <eileen@fuzion.co.nz>
Wed, 14 May 2014 02:32:54 +0000 (14:32 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Wed, 14 May 2014 02:32:54 +0000 (14:32 +1200)
CRM/Contribute/Form/Contribution.php
CRM/Utils/Request.php

index 44ed3d523be8c105a1c190b513b29f909cd48a9e..a57767d6275474dd313e112456fb21520abf2e4a 100644 (file)
@@ -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;
 
index 9240d8d810976fedc3d88cb5df807ac3838e28da..7512777324ba1fd4ca62114ae0a89167d0dc4a02 100644 (file)
@@ -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