We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18677f commit 0feee34Copy full SHA for 0feee34
lib/internal/Magento/Framework/App/Cache/ManagerApp.php
@@ -95,7 +95,7 @@ public function launch()
95
$this->cacheManager->clean($types);
96
$output[] = 'Cleaned cache types:';
97
$output[] = join("\n", $types);
98
- } elseif (isset($this->requestArgs[self::KEY_STATUS])){
+ } elseif (isset($this->requestArgs[self::KEY_STATUS])) {
99
$output[] = 'Current status:';
100
foreach ($this->cacheManager->getStatus() as $cache => $status) {
101
$output[] = sprintf('%30s: %d', $cache, $status);
0 commit comments