Skip to content

Commit 19e09dd

Browse files
committed
fix lint
1 parent 70db29b commit 19e09dd

File tree

1 file changed

+3
-2
lines changed
  • app/code/Meta/BusinessExtension/Model/System

1 file changed

+3
-2
lines changed

app/code/Meta/BusinessExtension/Model/System/Config.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ public function isOrderSyncEnabled($scopeId = null, $scope = null): bool
387387
* @SuppressWarnings(PHPMD.BooleanGetMethodName)
388388
* @param int $scopeId
389389
* @param int $scope
390-
* @return bool
390+
* @return bool
391391
*/
392392
public function getDefaultOrderStatus($scopeId = null, $scope = null)
393393
{
@@ -863,7 +863,8 @@ function ($store) {
863863
$scopeId = $store->getId();
864864
return $this->isPostOnboardingState($scopeId) &&
865865
$this->isActiveExtension($scopeId) &&
866-
// A slight nuance. You can be installed, but not "onsite" -- unless you have valid commerce account.
866+
// A slight nuance.
867+
// You can be installed, but not "onsite" -- unless you have valid commerce account.
867868
$this->getCommerceAccountId($scopeId);
868869
}
869870
);

0 commit comments

Comments
 (0)