Skip to content

Commit f01cd19

Browse files
lyrixxGromNaN
andauthored
Update templates/validator/Validator.tpl.php
Co-authored-by: Jérôme Tamarelle <jerome@tamarelle.net>
1 parent 88ebfc4 commit f01cd19

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

templates/validator/Validator.tpl.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
<?= $class_data->getClassDeclaration(); ?>
88

99
{
10-
/** @param <?= $constraint_class_name ?> $constraint */
10+
/**
11+
* @param <?= $constraint_class_name ?> $constraint
12+
*/
1113
public function validate(mixed $value, Constraint $constraint): void
1214
{
1315
if (null === $value || '' === $value) {

0 commit comments

Comments
 (0)