projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fef7e3f
)
(NFC) CRM_Mailing_MailStore - Clarify return type
author
Tim Otten
<totten@civicrm.org>
Tue, 3 Nov 2020 06:01:22 +0000
(22:01 -0800)
committer
Tim Otten
<totten@civicrm.org>
Tue, 3 Nov 2020 06:12:43 +0000
(22:12 -0800)
CRM/Mailing/MailStore.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Mailing/MailStore.php
b/CRM/Mailing/MailStore.php
index f963a1b82529ed17ab877c3a118a6b540d339e59..afc7d312edca1dcb561cc174f1f30af3488ae787 100644
(file)
--- a/
CRM/Mailing/MailStore.php
+++ b/
CRM/Mailing/MailStore.php
@@
-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) {