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.
1 parent db23f36 commit 6219820Copy full SHA for 6219820
Command/DebugCommand.php
@@ -48,7 +48,7 @@ protected function configure()
48
$this
49
->addArgument('class', InputArgument::REQUIRED, 'A fully qualified class name or a path')
50
->addOption('show-all', null, InputOption::VALUE_NONE, 'Show all classes even if they have no validation constraints')
51
- ->setDescription('Displays validation constraints for classes')
+ ->setDescription('Display validation constraints for classes')
52
->setHelp(<<<'EOF'
53
The <info>%command.name% 'App\Entity\Dummy'</info> command dumps the validators for the dummy class.
54
0 commit comments