Skip to content

Commit

Permalink
amend touched DocBlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
david-fuehr committed Mar 11, 2019
1 parent 46810b0 commit c5993ce
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions app/code/Magento/Robots/Model/Config/Value.php
Original file line number Diff line number Diff line change
@@ -30,9 +30,8 @@ class Value extends ConfigValue implements IdentityInterface
const CACHE_TAG = 'robots';

/**
* Model cache tag for clear cache in after save and after delete
* @inheritdoc
*
* @var string
* @since 100.2.0
*/
protected $_cacheTag = [self::CACHE_TAG];
3 changes: 1 addition & 2 deletions app/code/Magento/Sitemap/Model/Sitemap.php
Original file line number Diff line number Diff line change
@@ -155,9 +155,8 @@ class Sitemap extends \Magento\Framework\Model\AbstractModel implements \Magento
protected $dateTime;

/**
* Model cache tag for clear cache in after save and after delete
* @inheritdoc
*
* @var string
* @since 100.2.0
*/
protected $_cacheTag = [Value::CACHE_TAG];

0 comments on commit c5993ce

Please sign in to comment.