Skip to content

Commit

Permalink
Merge branch 'refs/heads/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Oct 8, 2024
2 parents 79c9240 + dc734d5 commit 5d4628b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scoper.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
'Automattic',
'^WooCommerce',
'Inpsyde\Assets',
'Mollie'
'Mollie',
], // list<string|regex>
'exclude-constants' => array_merge($wp_constants, [
'WC_VERSION',
Expand All @@ -66,6 +66,7 @@
'exclude-classes' => array_merge($wp_classes, [
'WooCommerce',
'/^WC_/',
'\WCS_Retry_Manager'
]), // list<string|regex>
'exclude-functions' => array_merge($wp_functions, [
'/^wc/',
Expand Down

0 comments on commit 5d4628b

Please sign in to comment.