Merge pull request #5046 from totten/master-resolver
[civicrm-core.git] / CRM / Mailing / Selector / Browse.php
index 3189ce9956ce49e50cacf28a1e1010d2bc8c11ed..fcddb87b4708c5c455919e311efd918fd7addb98 100644 (file)
@@ -55,7 +55,7 @@ class CRM_Mailing_Selector_Browse extends CRM_Core_Selector_Base implements CRM_
   protected $_parent;
 
   /**
-   * Class constructor
+   * Class constructor.
    *
    *
    * @return \CRM_Mailing_Selector_Browse
@@ -206,7 +206,7 @@ LEFT JOIN  civicrm_contact scheduledContact ON ( $mailing.scheduled_id = schedul
   }
 
   /**
-   * Returns all the rows in the given offset and rowCount
+   * Returns all the rows in the given offset and rowCount.
    *
    * @param string $action
    *   The action being performed.