Skip to content

Commit

Permalink
Scope the class
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Oct 8, 2024
1 parent 54f325c commit 869c5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scoper.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
'^WooCommerce',
'Inpsyde\Assets',
'Mollie',
'^WCS_Retry_Manager'
], // list<string|regex>
'exclude-constants' => array_merge($wp_constants, [
'WC_VERSION',
Expand All @@ -67,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 869c5ca

Please sign in to comment.