Merge pull request #9980 from frozzare/docs/class-wc-email-customer-completed-order

Improve docblock comments in WC_Email_Customer_Completed_Order class
This commit is contained in:
Mike Jolley 2016-01-06 12:24:52 +00:00
commit 0beb86c790
1 changed files with 5 additions and 3 deletions

View File

@ -48,6 +48,8 @@ class WC_Email_Customer_Completed_Order extends WC_Email {
/** /**
* Trigger. * Trigger.
*
* @param int $order_id
*/ */
function trigger( $order_id ) { function trigger( $order_id ) {
@ -70,7 +72,7 @@ class WC_Email_Customer_Completed_Order extends WC_Email {
} }
/** /**
* get_subject function. * Get email subject.
* *
* @access public * @access public
* @return string * @return string
@ -84,7 +86,7 @@ class WC_Email_Customer_Completed_Order extends WC_Email {
} }
/** /**
* get_heading function. * Get email heading.
* *
* @access public * @access public
* @return string * @return string
@ -98,7 +100,7 @@ class WC_Email_Customer_Completed_Order extends WC_Email {
} }
/** /**
* get_content_html function. * Get content html.
* *
* @access public * @access public
* @return string * @return string