X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FPage%2FSubscriptionStatus.php;h=ce232931c6a743c753cb4b3e1dfcde770abfd4b1;hb=1633df8c26f4f5f0d52eb3fa3a0a72aaa4f29bc7;hp=a691613d9839641f99942d8e3f5830ab20d3bf39;hpb=4de9f9328a1b4a7daf9802bdb6a6d9989b554fe8;p=civicrm-core.git diff --git a/CRM/Contribute/Page/SubscriptionStatus.php b/CRM/Contribute/Page/SubscriptionStatus.php index a691613d98..ce232931c6 100644 --- a/CRM/Contribute/Page/SubscriptionStatus.php +++ b/CRM/Contribute/Page/SubscriptionStatus.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 | +--------------------------------------------------------------------+ -*/ + */ /** * @@ -38,7 +38,7 @@ class CRM_Contribute_Page_SubscriptionStatus extends CRM_Core_Page { * the main function that is called when the page loads, * it decides the which action has to be taken for the page. * - * return null + * @return null */ public function run() { $task = CRM_Utils_Request::retrieve('task', 'String', CRM_Core_DAO::$_nullObject); @@ -57,4 +57,5 @@ class CRM_Contribute_Page_SubscriptionStatus extends CRM_Core_Page { return parent::run(); } + }