Fix PHPCS error
This commit is contained in:
parent
590af1dd2d
commit
e6c1ab38a8
|
@ -1933,8 +1933,6 @@ class WC_Cart extends WC_Legacy_Cart {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reset cart totals to the defaults. Useful before running calculations.
|
* Reset cart totals to the defaults. Useful before running calculations.
|
||||||
*
|
|
||||||
* @access private
|
|
||||||
*/
|
*/
|
||||||
private function reset_totals() {
|
private function reset_totals() {
|
||||||
$this->totals = $this->default_totals;
|
$this->totals = $this->default_totals;
|
||||||
|
|
Loading…
Reference in New Issue