File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
app/code/Magento/Backend/Console/Command Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
class CacheCleanCommand extends AbstractCacheTypeManageCommand
16
16
{
17
17
/**
18
- * { @inheritdoc}
18
+ * @inheritdoc
19
19
*/
20
20
protected function configure ()
21
21
{
@@ -40,7 +40,7 @@ protected function performAction(array $cacheTypes)
40
40
}
41
41
42
42
/**
43
- * { @inheritdoc}
43
+ * @inheritdoc
44
44
*/
45
45
protected function getDisplayMessage ()
46
46
{
Original file line number Diff line number Diff line change 15
15
class CacheFlushCommand extends AbstractCacheTypeManageCommand
16
16
{
17
17
/**
18
- * { @inheritdoc}
18
+ * @inheritdoc
19
19
*/
20
20
protected function configure ()
21
21
{
@@ -40,7 +40,7 @@ protected function performAction(array $cacheTypes)
40
40
}
41
41
42
42
/**
43
- * { @inheritdoc}
43
+ * @inheritdoc
44
44
*/
45
45
protected function getDisplayMessage ()
46
46
{
You can’t perform that action at this time.
0 commit comments