Fix PHPCS error

This commit is contained in:
Rodrigo Primo 2018-06-22 10:31:42 -03:00
parent 590af1dd2d
commit e6c1ab38a8
1 changed files with 0 additions and 2 deletions

View File

@ -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;