Merge pull request #4556 from jitendrapurohit/CRM-15586
[civicrm-core.git] / CRM / Mailing / Page / Common.php
index 5fb5140d208d5a7d4a2acf34fb0307d2721e0194..812117d7f6806486f2bf25477305503014fd37a5 100644 (file)
 class CRM_Mailing_Page_Common extends CRM_Core_Page {
   protected $_type = NULL;
 
+  /**
+   * @return string
+   * @throws Exception
+   */
   function run() {
     $job_id   = CRM_Utils_Request::retrieve('jid', 'Integer', CRM_Core_DAO::$_nullObject);
     $queue_id = CRM_Utils_Request::retrieve('qid', 'Integer', CRM_Core_DAO::$_nullObject);