From 5f65586167240a43ec7c8306469965a2802ceef3 Mon Sep 17 00:00:00 2001 From: Gregory K Date: Wed, 16 Oct 2013 09:29:48 -0400 Subject: [PATCH] get_product_subtotal() PHPDoc fix --- includes/class-wc-cart.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/class-wc-cart.php b/includes/class-wc-cart.php index 825b1b65fcb..1a7f19ef486 100644 --- a/includes/class-wc-cart.php +++ b/includes/class-wc-cart.php @@ -2247,8 +2247,8 @@ class WC_Cart { * * When on the checkout (review order), this will get the subtotal based on the customer's tax rate rather than the base rate * - * @params object product - * @params int quantity + * @param WC_Product $_product + * @param int quantity * @return string formatted price */ public function get_product_subtotal( $_product, $quantity ) {