Skip to content

Commit c55b311

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Fix typo
2 parents 55b15e2 + 6219820 commit c55b311

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
@@ -33,7 +33,7 @@
3333
class DebugCommand extends Command
3434
{
3535
protected static $defaultName = 'debug:validator';
36-
protected static $defaultDescription = 'Displays validation constraints for classes';
36+
protected static $defaultDescription = 'Display validation constraints for classes';
3737

3838
private $validator;
3939

0 commit comments

Comments
 (0)