Change deprecated version

This commit is contained in:
Tofandel 2023-09-06 20:28:40 +02:00
parent dbc2fed88a
commit 93aae26b1b
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ final class WC_Cart_Fees {
/** /**
* Constructor. Reference to the cart. * Constructor. Reference to the cart.
* *
* @param null $deprecated Deprecated since WooCommerce 8.0.4. * @param null $deprecated Deprecated since WooCommerce 8.2.0.
* *
* @since 3.2.0 * @since 3.2.0
*/ */
@ -52,7 +52,7 @@ final class WC_Cart_Fees {
wc_doing_it_wrong( wc_doing_it_wrong(
'new WC_Cart_Fees', 'new WC_Cart_Fees',
'You don\'t need to pass a cart parameter to the WC_Cart_Fees constructor anymore', 'You don\'t need to pass a cart parameter to the WC_Cart_Fees constructor anymore',
'8.0.4' '8.2.0'
); );
} }
} }