From e17598a882637e5f694f04b62de9e69730ab6a4f Mon Sep 17 00:00:00 2001 From: eileen Date: Thu, 4 Feb 2016 17:10:20 +1300 Subject: [PATCH] random comment fix --- CRM/Contribute/Page/PaymentInfo.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CRM/Contribute/Page/PaymentInfo.php b/CRM/Contribute/Page/PaymentInfo.php index e7c0145914..9975748dc8 100644 --- a/CRM/Contribute/Page/PaymentInfo.php +++ b/CRM/Contribute/Page/PaymentInfo.php @@ -53,16 +53,14 @@ class CRM_Contribute_Page_PaymentInfo extends CRM_Core_Page { } /** - * This function takes care of all the things common to all - * pages. This typically involves assigning the appropriate + * Run page. + * + * This typically involves assigning the appropriate * smarty variable :) * * @return string * The content generated by running this page */ - /** - * @return string - */ public function run() { $this->preProcess(); if ($this->_action) { -- 2.25.1