8000 addressing feedback · symfony/symfony@e03f97a · GitHub
[go: up one dir, main page]

Skip to content

Commit e03f97a

Browse files
committed
addressing feedback
1 parent ae248b9 commit e03f97a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Component/Validator/ValidatorBuilder.php

+3
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,9 @@ public function setConstraintValidatorFactory(ConstraintValidatorFactoryInterfac
313313
return $this;
314314
}
315315

316+
/**
317+
* @return $this
318+
*/
316319
public function setGroupProviderFactory(GroupProviderFactoryInterface $groupProviderFactory): static
317320
{
318321
$this->groupProviderFactory = $groupProviderFactory;

0 commit comments

Comments
 (0)
0