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.
cache:clear
1 parent 1a2e8fb commit e324f6eCopy full SHA for e324f6e
packages/cache/src/Commands/CacheClearCommand.php
@@ -38,9 +38,9 @@ public function __construct(
38
public function __invoke(
39
#[ConsoleArgument(description: 'Name of the tagged cache to clear')]
40
?string $tag = null,
41
- #[ConsoleCommand(description: 'Whether to clear all caches')]
+ #[ConsoleArgument(description: 'Whether to clear all caches')]
42
bool $all = false,
43
- #[ConsoleCommand(description: 'Whether to clear internal caches')]
+ #[ConsoleArgument(description: 'Whether to clear internal caches')]
44
bool $internal = false,
45
): void {
46
if (! $this->container instanceof GenericContainer) {
0 commit comments