Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk committed May 9, 2024
1 parent 995144a commit afca999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/PermanentCachesStatusCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function handle()
$parameters = $caches->getInfo();

$row = [
$cache->isCached($parameters) ? Emoji::checkMarkButton() : Emoji::crossMarkButton(),
$cache->isCached($parameters) ? Emoji::checkMarkButton() : Emoji::crossMark(),
(new ReflectionClass($cache))->getName(),
readable_size(strlen($cache->get($parameters))),
'',
Expand Down

0 comments on commit afca999

Please sign in to comment.