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 e000c13 commit 534caa0Copy full SHA for 534caa0
src/Maker/MakeValidator.php
@@ -55,7 +55,7 @@ public function generate(InputInterface $input, ConsoleStyle $io, Generator $gen
55
$validatorClassNameDetails->getFullName(),
56
'validator/Validator.tpl.php',
57
[
58
- 'constraint_class_name' => '\'.$constraintFullClassName,
+ 'constraint_class_name' => $constraintFullClassName,
59
]
60
);
61
0 commit comments