Skip to content

Commit 498047c

Browse files
magento#15588 Refactor for code neatness Travis CI.
48 | ERROR | [x] Opening parenthesis of a multi-line function call must be the last content on the line
1 parent 7b8fe3d commit 498047c

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Sitemap/Controller/Adminhtml/Sitemap

1 file changed

+2
-1
lines changed

app/code/Magento/Sitemap/Controller/Adminhtml/Sitemap/Generate.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ public function execute()
4545
if ($sitemap->getId()) {
4646
try {
4747
//We need to emulate to get the correct frontend URL for the product images
48-
$this->appEmulation->startEnvironmentEmulation($sitemap->getStoreId(),
48+
$this->appEmulation->startEnvironmentEmulation(
49+
$sitemap->getStoreId(),
4950
\Magento\Framework\App\Area::AREA_FRONTEND,
5051
true
5152
);

0 commit comments

Comments
 (0)