Fix PHPCS lint error

This commit is contained in:
Saad Tarhi 2023-02-22 19:05:52 +01:00
parent 4059fbb33b
commit 390efe8bdd
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class FeaturesController {
'description' => __( 'Enable the high performance order storage feature.', 'woocommerce' ),
'is_experimental' => true,
),
'cart_checkout_blocks' => array(
'cart_checkout_blocks' => array(
'name' => __( 'Cart & Checkout Blocks', 'woocommerce' ),
'description' => __( 'Optimize for faster checkout', 'woocommerce' ),
'is_experimental' => false,