Fix whitespaces for PHPCS

This commit is contained in:
Tomek Wytrębowicz 2023-05-01 22:51:43 +02:00
parent 5d75137f73
commit 6a027f8eb7
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ abstract class GenericStatsController extends GenericController {
* @return array
*/
public function get_collection_params() {
$params = parent::get_collection_params();
$params['interval'] = array(
$params = parent::get_collection_params();
$params['interval'] = array(
'description' => __( 'Time interval to use for buckets in the returned data.', 'woocommerce' ),
'type' => 'string',
'default' => 'week',