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