mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Fix psalm error
This commit is contained in:
parent
4b22de2c71
commit
b617697a7b
1 changed files with 2 additions and 2 deletions
|
@ -1331,9 +1331,9 @@ document.querySelector("#payment").before(document.querySelector(".ppcp-messages
|
|||
|
||||
if ( class_exists( '\WCS_Manual_Renewal_Manager' ) ) {
|
||||
/**
|
||||
* UndefinedClass We verify the existence of the class prior to invoking a static method.
|
||||
* We verify the existence of the class prior to invoking a static method.
|
||||
*
|
||||
* @psalm-suppress
|
||||
* @psalm-suppress UndefinedClass
|
||||
*/
|
||||
$localize['manualRenewalEnabled'] = \WCS_Manual_Renewal_Manager::is_manual_renewal_enabled();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue