Skip to content

Commit

Permalink
magento#15588 Refactor for code neatness Travis CI.
Browse files Browse the repository at this point in the history
 48 | ERROR | [x] Opening parenthesis of a multi-line function call must be the last content on the line
  • Loading branch information
StevenGuapaBV committed Jun 7, 2018
1 parent d5bb4d0 commit 6ab9c55
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ public function execute()
if ($sitemap->getId()) {
try {
//We need to emulate to get the correct frontend URL for the product images
$this->appEmulation->startEnvironmentEmulation($sitemap->getStoreId(),
$this->appEmulation->startEnvironmentEmulation(
$sitemap->getStoreId(),
\Magento\Framework\App\Area::AREA_FRONTEND,
true
);
Expand Down

0 comments on commit 6ab9c55

Please sign in to comment.