Skip to content

Commit 4c77dff

Browse files
committed
Fixed coding standard error
1 parent 61856f5 commit 4c77dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Store/Model/PathConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function shouldBeSecure($path)
8484
public function getDefaultPath()
8585
{
8686
$store = $this->storeManager->getStore();
87-
$value =$this->scopeConfig->getValue('web/default/front', ScopeInterface::SCOPE_STORE,$store);
87+
$value = $this->scopeConfig->getValue('web/default/front', ScopeInterface::SCOPE_STORE, $store);
8888
return $value;
8989
}
9090
}

0 commit comments

Comments
 (0)