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 bf46e17 commit de52eb8Copy full SHA for de52eb8
src/Resources/skeleton/validator/Validator.tpl.php
@@ -9,7 +9,7 @@ class <?= $class_name ?> extends ConstraintValidator
9
{
10
public function validate($value, Constraint $constraint)
11
12
- /** @var <?= $constraint_class_name ?> $constraint */
+ /* @var <?= $constraint_class_name ?> $constraint */
13
14
if (null === $value || '' === $value) {
15
return;
0 commit comments