Merge pull request #17124 from cliffordp/patch-1

Correct docblock @return
This commit is contained in:
Mike Jolley 2017-10-10 16:38:26 +01:00 committed by GitHub
commit c6d0a6e0be
1 changed files with 1 additions and 1 deletions

View File

@ -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 );