Remove spaces around parenthesis

[MAILPOET-3920]
This commit is contained in:
Mike Jolley
2021-11-05 01:31:59 +00:00
committed by Veljko V
parent 0b09dd3f50
commit f727bb6cfa

View File

@@ -392,7 +392,7 @@ class Initializer {
private function setupWoocommerceBlocksIntegration() {
$wcEnabled = $this->wcHelper->isWooCommerceActive();
$wcBlocksEnabled = $this->wcHelper->isWooCommerceBlocksActive( '6.3.0-dev' );
$wcBlocksEnabled = $this->wcHelper->isWooCommerceBlocksActive('6.3.0-dev');
if ($wcEnabled && $wcBlocksEnabled) {
$this->woocommerceBlocksIntegration->init();
}