Fix whitespaces for PHPCS
This commit is contained in:
parent
5d75137f73
commit
6a027f8eb7
|
@ -20,8 +20,8 @@ abstract class GenericStatsController extends GenericController {
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
public function get_collection_params() {
|
public function get_collection_params() {
|
||||||
$params = parent::get_collection_params();
|
$params = parent::get_collection_params();
|
||||||
$params['interval'] = array(
|
$params['interval'] = array(
|
||||||
'description' => __( 'Time interval to use for buckets in the returned data.', 'woocommerce' ),
|
'description' => __( 'Time interval to use for buckets in the returned data.', 'woocommerce' ),
|
||||||
'type' => 'string',
|
'type' => 'string',
|
||||||
'default' => 'week',
|
'default' => 'week',
|
||||||
|
|
Loading…
Reference in New Issue