(NFC) CRM_Mailing_MailStore - Clarify return type
authorTim Otten <totten@civicrm.org>
Tue, 3 Nov 2020 06:01:22 +0000 (22:01 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 3 Nov 2020 06:12:43 +0000 (22:12 -0800)
CRM/Mailing/MailStore.php

index f963a1b82529ed17ab877c3a118a6b540d339e59..afc7d312edca1dcb561cc174f1f30af3488ae787 100644 (file)
@@ -28,7 +28,7 @@ class CRM_Mailing_MailStore {
    *   Name of the settings set from civimail_mail_settings to use (null for default).
    *
    * @throws Exception
-   * @return object
+   * @return CRM_Mailing_MailStore
    *   mail store implementation for processing CiviMail-bound emails
    */
   public static function getStore($name = NULL) {