CRM-15917 - CiviReport - fix bug number in comment
[civicrm-core.git] / CRM / Contribute / Page / SubscriptionStatus.php
index a691613d9839641f99942d8e3f5830ab20d3bf39..ce232931c6a743c753cb4b3e1dfcde770abfd4b1 100644 (file)
@@ -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();
   }
+
 }