Skip to content

Commit 7a30f76

Browse files
committed
PHPCS whitespace fix
1 parent cb07d76 commit 7a30f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/Validator/Deploy/OpenSearchIntegrity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function validate(): Validator\ResultInterface
9090
$liveSearchEnabled = $modules['Magento_LiveSearchAdapter'] ?? false;
9191

9292
if ($this->magentoVersion->isGreaterOrEqual('2.4.3-p2')
93-
&& !$this->openSearch->isInstalled() && !$liveSearchEnabled
93+
&& !$this->openSearch->isInstalled() && !$liveSearchEnabled
9494
) {
9595
return $this->resultFactory->errorByCode(Error::DEPLOY_OS_SERVICE_NOT_INSTALLED);
9696
}

0 commit comments

Comments
 (0)