Improve docblock comments in WC_Email_Cancelled_Order class

* Added comments `get_content_html`
* Added missing param tag to `trigger`
This commit is contained in:
Fredrik Forsmo 2016-01-05 19:16:21 +01:00
parent ade2b04ab3
commit 2ba75c59a1
1 changed files with 3 additions and 1 deletions

View File

@ -44,6 +44,8 @@ class WC_Email_Cancelled_Order extends WC_Email {
/**
* Trigger.
*
* @param int $order_id
*/
public function trigger( $order_id ) {
if ( $order_id ) {
@ -62,7 +64,7 @@ class WC_Email_Cancelled_Order extends WC_Email {
}
/**
* get_content_html function.
* Get content html.
*
* @access public
* @return string