Skip to content

Commit 28a9720

Browse files
committed
Fix static tests.
1 parent ebc266b commit 28a9720

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/code/Magento/Robots/Model/Config/Value.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
67
namespace Magento\Robots\Model\Config;
78

89
use Magento\Framework\App\Cache\TypeListInterface;

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
67
namespace Magento\Sitemap\Model;
78

89
use Magento\Config\Model\Config\Reader\Source\Deployed\DocumentRoot;
@@ -15,6 +16,8 @@
1516
use Magento\Sitemap\Model\ResourceModel\Sitemap as SitemapResource;
1617

1718
/**
19+
* Sitemap model.
20+
*
1821
* @method string getSitemapType()
1922
* @method \Magento\Sitemap\Model\Sitemap setSitemapType(string $value)
2023
* @method string getSitemapFilename()

0 commit comments

Comments
 (0)