Merge branch 4.5 into 4.6
[civicrm-core.git] / CRM / Mailing / BAO / BouncePattern.php
index fd3b756a25a929a03ac3616ec1cfa868951831d2..d9432dab3eb7f1696740ff710b4d83d129e0b85e 100644 (file)
@@ -40,14 +40,14 @@ class CRM_Mailing_BAO_BouncePattern extends CRM_Mailing_DAO_BouncePattern {
   static $_patterns = NULL;
 
   /**
-   * Class constructor
+   * Class constructor.
    */
   public function __construct() {
     parent::__construct();
   }
 
   /**
-   * Build the static pattern array
+   * Build the static pattern array.
    *
    * @return void
    */