Skip to content

Commit 6219820

Browse files
committed
Fix typo
1 parent db23f36 commit 6219820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/DebugCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ protected function configure()
4848
$this
4949
->addArgument('class', InputArgument::REQUIRED, 'A fully qualified class name or a path')
5050
->addOption('show-all', null, InputOption::VALUE_NONE, 'Show all classes even if they have no validation constraints')
51-
->setDescription('Displays validation constraints for classes')
51+
->setDescription('Display validation constraints for classes')
5252
->setHelp(<<<'EOF'
5353
The <info>%command.name% 'App\Entity\Dummy'</info> command dumps the validators for the dummy class.
5454

0 commit comments

Comments
 (0)