Skip to content

Commit d570fcd

Browse files
committed
Updating per code review comments at hackathon
1 parent 2f30103 commit d570fcd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/code/Magento/Config/Model/Config/Backend/Admin/Robots.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ public function __construct(
4242
\Magento\Framework\Filesystem $filesystem,
4343
\Magento\Framework\Model\ResourceModel\AbstractResource $resource = null,
4444
\Magento\Framework\Data\Collection\AbstractDb $resourceCollection = null,
45-
array $data = [],
46-
\Magento\Config\Model\Config\Reader\Source\Deployed\DocumentRoot $documentRoot = null
45+
\Magento\Config\Model\Config\Reader\Source\Deployed\DocumentRoot $documentRoot = null,
46+
array $data = []
4747
) {
4848
parent::__construct($context, $registry, $config, $cacheTypeList, $resource, $resourceCollection, $data);
4949

app/code/Magento/Sitemap/Model/Sitemap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ public function __construct(
179179
\Magento\Framework\Stdlib\DateTime $dateTime,
180180
\Magento\Framework\Model\ResourceModel\AbstractResource $resource = null,
181181
\Magento\Framework\Data\Collection\AbstractDb $resourceCollection = null,
182-
array $data = [],
183-
\Magento\Config\Model\Config\Reader\Source\Deployed\DocumentRoot $documentRoot = null
182+
\Magento\Config\Model\Config\Reader\Source\Deployed\DocumentRoot $documentRoot = null,
183+
array $data = []
184184
) {
185185
$this->_escaper = $escaper;
186186
$this->_sitemapData = $sitemapData;

0 commit comments

Comments
 (0)