From e6c1ab38a856fa334f57f72ec24efd038db39f88 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Fri, 22 Jun 2018 10:31:42 -0300 Subject: [PATCH] Fix PHPCS error --- includes/class-wc-cart.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/class-wc-cart.php b/includes/class-wc-cart.php index 255876be4c2..d5ea1c5eb9a 100644 --- a/includes/class-wc-cart.php +++ b/includes/class-wc-cart.php @@ -1933,8 +1933,6 @@ class WC_Cart extends WC_Legacy_Cart { /** * Reset cart totals to the defaults. Useful before running calculations. - * - * @access private */ private function reset_totals() { $this->totals = $this->default_totals;