a few comment fixes
[civicrm-core.git] / CRM / Mailing / Page / Unsubscribe.php
index 68da0466c5c89c78ec458ea36ad6b2e435326367..398e8e63255d3f2b20ac78dd1d5bf685a03746a3 100644 (file)
  */
 class CRM_Mailing_Page_Unsubscribe extends CRM_Mailing_Page_Common {
 
+  /**
+   * Run page.
+   *
+   * This includes assigning smarty variables and other page processing.
+   *
+   * @return string
+   * @throws Exception
+   */
   public function run() {
     $this->_type = 'unsubscribe';
     return parent::run();