Comment fixes for CRM/Mailing directory.
[civicrm-core.git] / CRM / Mailing / Page / Preview.php
index 0277650c0858df187b723644623601bf38d20e83..f7aaaf6eeec255eccdafbe5c320a4e6115c6b996 100644 (file)
@@ -29,8 +29,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
@@ -40,8 +38,6 @@ class CRM_Mailing_Page_Preview extends CRM_Core_Page {
 
   /**
    * Run this page (figure out the action needed and perform it).
-   *
-   * @return void
    */
   public function run() {
 
@@ -53,7 +49,7 @@ class CRM_Mailing_Page_Preview extends CRM_Core_Page {
     $options = array();
     $session->getVars($options, "CRM_Mailing_Controller_Send_$qfKey");
 
-    //get the options if control come from search context, CRM-3711
+    // get the options if control come from search context, CRM-3711
     if (empty($options)) {
       $session->getVars($options, "CRM_Contact_Controller_Search_$qfKey");
     }
@@ -76,7 +72,7 @@ class CRM_Mailing_Page_Preview extends CRM_Core_Page {
       $mailing->id
     );
 
-    //get details of contact with token value including Custom Field Token Values.CRM-3734
+    // get details of contact with token value including Custom Field Token Values.CRM-3734
     $returnProperties = $mailing->getReturnProperties();
     $params = array('contact_id' => $session->get('userID'));