Skip to content

Commit 6df0428

Browse files
committed
Fixed static test failures.
1 parent 3ef7ac3 commit 6df0428

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/code/Magento/Backend/Console/Command/CacheCleanCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class CacheCleanCommand extends AbstractCacheTypeManageCommand
1616
{
1717
/**
18-
* {@inheritdoc}
18+
* @inheritdoc
1919
*/
2020
protected function configure()
2121
{
@@ -40,7 +40,7 @@ protected function performAction(array $cacheTypes)
4040
}
4141

4242
/**
43-
* {@inheritdoc}
43+
* @inheritdoc
4444
*/
4545
protected function getDisplayMessage()
4646
{

app/code/Magento/Backend/Console/Command/CacheFlushCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class CacheFlushCommand extends AbstractCacheTypeManageCommand
1616
{
1717
/**
18-
* {@inheritdoc}
18+
* @inheritdoc
1919
*/
2020
protected function configure()
2121
{
@@ -40,7 +40,7 @@ protected function performAction(array $cacheTypes)
4040
}
4141

4242
/**
43-
* {@inheritdoc}
43+
* @inheritdoc
4444
*/
4545
protected function getDisplayMessage()
4646
{

0 commit comments

Comments
 (0)