X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FController%2FContribution.php;h=079e0af1bf78c81c24556829aa5e31b0036dd2b4;hb=f220b598f6516d029bbce631db859f52612ee01c;hp=01c49788144417a22e7f80c1c72b4e2145bbf9c6;hpb=49414d6faa37375cef1ea0a156054ddd9cc6ae8d;p=civicrm-core.git diff --git a/CRM/Contribute/Controller/Contribution.php b/CRM/Contribute/Controller/Contribution.php index 01c4978814..079e0af1bf 100644 --- a/CRM/Contribute/Controller/Contribution.php +++ b/CRM/Contribute/Controller/Contribution.php @@ -23,7 +23,7 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * @@ -41,13 +41,17 @@ * * Typically the first form will display the search criteria and it's results * - * The second form is used to process search results with the asscociated actions + * The second form is used to process search results with the associated actions * */ class CRM_Contribute_Controller_Contribution extends CRM_Core_Controller { /** - * Class constructor + * Class constructor. + * + * @param string $title + * @param bool|int $action + * @param bool $modal */ public function __construct($title = NULL, $action = CRM_Core_Action::NONE, $modal = TRUE) { parent::__construct($title, $modal);