Skip to content

Commit ebc266b

Browse files
committed
amend touched DocBlocks
1 parent b9190b3 commit ebc266b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ class Value extends ConfigValue implements IdentityInterface
3232
const CACHE_TAG = 'robots';
3333

3434
/**
35-
* Model cache tag for clear cache in after save and after delete
35+
* @inheritdoc
3636
*
37-
* @var string
3837
* @since 100.2.0
3938
*/
4039
protected $_cacheTag = [self::CACHE_TAG];

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,8 @@ class Sitemap extends \Magento\Framework\Model\AbstractModel implements \Magento
154154
protected $dateTime;
155155

156156
/**
157-
* Model cache tag for clear cache in after save and after delete
157+
* @inheritdoc
158158
*
159-
* @var string
160159
* @since 100.2.0
161160
*/
162161
protected $_cacheTag = [Value::CACHE_TAG];

0 commit comments

Comments
 (0)