Merge pull request #4764 from rohankatkar/CRM-15615
[civicrm-core.git] / CRM / Mailing / Page / Resubscribe.php
index 9f569ba179415976385f9913335bb51d1f9c31ef..c97fda39d3eb32afa33873b35ed46e5c3e8822e7 100644 (file)
@@ -33,6 +33,9 @@
  *
  */
 class CRM_Mailing_Page_Resubscribe extends CRM_Mailing_Page_Common {
+  /**
+   * @return string
+   */
   function run() {
     $this->_type = 'resubscribe';
     return parent::run();