Fix the cs

This commit is contained in:
Narek Zakarian 2025-07-14 15:03:20 +04:00
parent deb16629e7
commit 4dd03c387d
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -75,7 +75,7 @@ class SettingsModule implements ServiceModule, ExecutableModule {
if ( ! apply_filters(
// phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores -- feature flags use this convention
'woocommerce.feature-flags.woocommerce_paypal_payments.settings_enabled',
getenv('PCP_SETTINGS_ENABLED') !== '1'
getenv( 'PCP_SETTINGS_ENABLED' ) !== '1'
) ) {
return true;
}