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 Jan 31, 2019
1 parent b9190b3 commit ebc266b
Show file tree
Hide file tree
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
Expand Up @@ -32,9 +32,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];
Expand Down
3 changes: 1 addition & 2 deletions app/code/Magento/Sitemap/Model/Sitemap.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,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];
Expand Down

0 comments on commit ebc266b

Please sign in to comment.