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 1515class 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 {
Original file line number Diff line number Diff line change 1515class 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 {
You can’t perform that action at this time.
0 commit comments