From e4ec2171e2f9932760dfea4a9aa0d06d4ac2abd3 Mon Sep 17 00:00:00 2001 From: Fredrik Forsmo Date: Tue, 5 Jan 2016 19:29:45 +0100 Subject: [PATCH] Improve docblock comments in WC_Email_Customer_Processing_Order class * Added comments to `get_content_plain` and `get_content_html` * Added missing param tag to `trigger` --- .../emails/class-wc-email-customer-processing-order.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/includes/emails/class-wc-email-customer-processing-order.php b/includes/emails/class-wc-email-customer-processing-order.php index ab9226395e3..d91175576da 100644 --- a/includes/emails/class-wc-email-customer-processing-order.php +++ b/includes/emails/class-wc-email-customer-processing-order.php @@ -42,6 +42,8 @@ class WC_Email_Customer_Processing_Order extends WC_Email { /** * Trigger. + * + * @param int $order_id */ function trigger( $order_id ) { @@ -64,7 +66,7 @@ class WC_Email_Customer_Processing_Order extends WC_Email { } /** - * get_content_html function. + * Get content html. * * @access public * @return string @@ -80,7 +82,7 @@ class WC_Email_Customer_Processing_Order extends WC_Email { } /** - * get_content_plain function. + * Get content plain. * * @access public * @return string