Skip to content

Commit 5d4628b

Browse files
committed
Merge branch 'refs/heads/develop'
2 parents 79c9240 + dc734d5 commit 5d4628b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scoper.inc.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
'Automattic',
5656
'^WooCommerce',
5757
'Inpsyde\Assets',
58-
'Mollie'
58+
'Mollie',
5959
], // list<string|regex>
6060
'exclude-constants' => array_merge($wp_constants, [
6161
'WC_VERSION',
@@ -66,6 +66,7 @@
6666
'exclude-classes' => array_merge($wp_classes, [
6767
'WooCommerce',
6868
'/^WC_/',
69+
'\WCS_Retry_Manager'
6970
]), // list<string|regex>
7071
'exclude-functions' => array_merge($wp_functions, [
7172
'/^wc/',

0 commit comments

Comments
 (0)