Merge pull request #4948 from pratikshad/code-cleanup
[civicrm-core.git] / CRM / Mailing / Page / Resubscribe.php
index 9c3ce577c91444d3bb92c01d627f8cb8cb50eae9..3563b384be622e3934280297ceea816af22486e7 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
  *
  */
 class CRM_Mailing_Page_Resubscribe extends CRM_Mailing_Page_Common {
-  function run() {
+  /**
+   * @return string
+   */
+  public function run() {
     $this->_type = 'resubscribe';
     return parent::run();
   }
 }
-