Merge pull request #17124 from cliffordp/patch-1
Correct docblock @return
This commit is contained in:
commit
c6d0a6e0be
|
@ -368,7 +368,7 @@ class WC_Email extends WC_Settings_API {
|
|||
/**
|
||||
* Get email attachments.
|
||||
*
|
||||
* @return string
|
||||
* @return array
|
||||
*/
|
||||
public function get_attachments() {
|
||||
return apply_filters( 'woocommerce_email_attachments', array(), $this->id, $this->object );
|
||||
|
|
Loading…
Reference in New Issue