Skip to content

Commit e940617

Browse files
committed
Use 3rd person verb form in command description
1 parent 1da6ac6 commit e940617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/CachePoolPruneCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function __construct($pools)
4444
protected function configure()
4545
{
4646
$this
47-
->setDescription('Prune cache pools')
47+
->setDescription('Prunes cache pools')
4848
->setHelp(<<<'EOF'
4949
The <info>%command.name%</info> command deletes all expired items from all pruneable pools.
5050

0 commit comments

Comments
 (0)