Fix PHPCS errors automatically using phpcbf
This commit is contained in:
parent
a7463c5535
commit
3cf945d5d9
|
@ -227,7 +227,8 @@ class WC_Webhook_Data_Store implements WC_Webhook_Data_Store_Interface {
|
||||||
global $wpdb;
|
global $wpdb;
|
||||||
|
|
||||||
$args = wp_parse_args(
|
$args = wp_parse_args(
|
||||||
$args, array(
|
$args,
|
||||||
|
array(
|
||||||
'limit' => 10,
|
'limit' => 10,
|
||||||
'offset' => 0,
|
'offset' => 0,
|
||||||
'order' => 'DESC',
|
'order' => 'DESC',
|
||||||
|
|
Loading…
Reference in New Issue