version fixes
[civicrm-core.git] / CRM / Mailing / Event / BAO / Queue.php
index cd2fa1ce3815fee8b8f29630debc6477dd3e7f3d..441dae9e0f6e4fe6d234259c45f6494e94f2838b 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.6                                                |
+ | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
+ * @copyright CiviCRM LLC (c) 2004-2015
  * $Id$
  *
  */
 class CRM_Mailing_Event_BAO_Queue extends CRM_Mailing_Event_DAO_Queue {
 
   /**
-   * Class constructor
+   * Class constructor.
    */
   public function __construct() {
     parent::__construct();
   }
 
   /**
-   * Queue a new recipient
+   * Queue a new recipient.
    *
    * @param array $params
    *   Values of the new EventQueue.
@@ -131,7 +131,7 @@ class CRM_Mailing_Event_BAO_Queue extends CRM_Mailing_Event_DAO_Queue {
   }
 
   /**
-   * Count up events given a mailing id and optional job id
+   * Count up events given a mailing id and optional job id.
    *
    * @param int $mailing_id
    *   ID of the mailing to count.
@@ -166,7 +166,7 @@ class CRM_Mailing_Event_BAO_Queue extends CRM_Mailing_Event_DAO_Queue {
   }
 
   /**
-   * Get rows for the event browser
+   * Get rows for the event browser.
    *
    * @param int $mailing_id
    *   ID of the mailing.
@@ -251,7 +251,7 @@ class CRM_Mailing_Event_BAO_Queue extends CRM_Mailing_Event_DAO_Queue {
   }
 
   /**
-   * Get the mailing object for this queue event instance
+   * Get the mailing object for this queue event instance.
    *
    * @param
    *