Merge branch 'master' into findById
[civicrm-core.git] / CRM / Mailing / Event / BAO / Delivered.php
index f011d25858de87b499b441f2fda02d54e3b8f328..f695a94844718e75e54fa03dcdb4016eb5092436 100644 (file)
@@ -35,7 +35,7 @@
 class CRM_Mailing_Event_BAO_Delivered extends CRM_Mailing_Event_DAO_Delivered {
 
   /**
-   * class constructor
+   * Class constructor
    */
   function __construct() {
     parent::__construct();
@@ -227,6 +227,10 @@ class CRM_Mailing_Event_BAO_Delivered extends CRM_Mailing_Event_DAO_Delivered {
     return $results;
   }
 
+  /**
+   * @param $eventQueueIDs
+   * @param null $time
+   */
   static function bulkCreate($eventQueueIDs, $time = NULL) {
     if (!$time) {
       $time = date('YmdHis');