Fixed coding standards

This commit is contained in:
Claudio Sanches 2019-12-05 22:22:19 -03:00
parent 8b7b919cca
commit 3e4274acbe
1 changed files with 8 additions and 8 deletions

View File

@ -554,14 +554,14 @@ class WC_REST_System_Status_V2_Controller extends WC_REST_Controller {
),
),
'post_type_counts' => array(
'description' => __('Total post count.', 'woocommerce'),
'type' => 'array',
'context' => array( 'view' ),
'readonly' => true,
'items' => array(
'type' => 'string',
),
),
'description' => __( 'Total post count.', 'woocommerce-rest-api' ),
'type' => 'array',
'context' => array( 'view' ),
'readonly' => true,
'items' => array(
'type' => 'string',
),
),
),
);