bulk comment fix
[civicrm-core.git] / CRM / Pledge / Selector / Search.php
index c189b4b8b92c272f48c23aade2f2949040863f73..a9700120e9374efa40ce374fed2299a3262b57b1 100644 (file)
@@ -140,14 +140,16 @@ class CRM_Pledge_Selector_Search extends CRM_Core_Selector_Base {
   /**
    * Class constructor
    *
-   * @param array   $queryParams array of parameters for query
-   * @param int     $action - action of search basic or advanced.
-   * @param string  $additionalClause if the caller wants to further restrict the search (used in participations)
+   * @param array $queryParams array of parameters for query
+   * @param \const|int $action - action of search basic or advanced.
+   * @param string $additionalClause if the caller wants to further restrict the search (used in participations)
    * @param boolean $single are we dealing only with one contact?
-   * @param int     $limit  how many signers do we want returned
+   * @param int $limit how many signers do we want returned
    *
-   * @return CRM_Contact_Selector
-   * @access public
+   * @param string $context
+   *
+   * @return \CRM_Pledge_Selector_Search
+  @access public
    */
   function __construct(&$queryParams,
     $action           = CRM_Core_Action::NONE,