Skip to content

Commit

Permalink
update travis-ci for phpcs static test
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-muscat authored and mage2pratik committed Mar 7, 2019
1 parent bc8f909 commit ca16809
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ public function resolve($scopeType, $scopeCode)
if ($scopeType !== ScopeConfigInterface::SCOPE_TYPE_DEFAULT) {
$scopeResolver = $this->scopeResolverPool->get($scopeType);
$resolverScopeCode = $scopeResolver->getScope($scopeCode);
}
else {
} else {
$resolverScopeCode = $scopeCode;
}

Expand Down

0 comments on commit ca16809

Please sign in to comment.