Fix PHPCS errors automatically using phpcbf

This commit is contained in:
Rodrigo Primo 2019-01-10 17:07:53 -02:00
parent a7463c5535
commit 3cf945d5d9
1 changed files with 2 additions and 1 deletions

View File

@ -227,7 +227,8 @@ class WC_Webhook_Data_Store implements WC_Webhook_Data_Store_Interface {
global $wpdb;
$args = wp_parse_args(
$args, array(
$args,
array(
'limit' => 10,
'offset' => 0,
'order' => 'DESC',