Skip to content

Commit

Permalink
Update src/Console/Commands/Cache/ClearCommand.php
Browse files Browse the repository at this point in the history
Co-authored-by: Constantin Ross <[email protected]>
  • Loading branch information
chr15k and c0nst4ntin authored Jan 18, 2025
1 parent c8291bf commit 550487b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/Cache/ClearCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$prefix = $input->getOption('prefix');

$prefix = match (is_string($prefix)) {
true => $prefix,
true => trim($prefix),
default => Cache::CACHE_PREFIX,
};

Expand Down

0 comments on commit 550487b

Please sign in to comment.