Skip to content

Commit 534caa0

Browse files
committed
Revert "[make:validator] Prevent an error in PHPStorm"
This reverts commit e000c13.
1 parent e000c13 commit 534caa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Maker/MakeValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function generate(InputInterface $input, ConsoleStyle $io, Generator $gen
5555
$validatorClassNameDetails->getFullName(),
5656
'validator/Validator.tpl.php',
5757
[
58-
'constraint_class_name' => '\'.$constraintFullClassName,
58+
'constraint_class_name' => $constraintFullClassName,
5959
]
6060
);
6161

0 commit comments

Comments
 (0)