Fix psalm error

This commit is contained in:
inpsyde-maticluznar 2024-10-15 09:30:36 +02:00
parent 4b22de2c71
commit b617697a7b
No known key found for this signature in database
GPG key ID: D005973F231309F6

View file

@ -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();
}