Skip to content

Commit

Permalink
addressing feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
yceruto committed Aug 22, 2023
1 parent 3398d66 commit 070d58b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Symfony/Component/Validator/ValidatorBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,9 @@ public function setConstraintValidatorFactory(ConstraintValidatorFactoryInterfac
return $this;
}

/**
* @return $this
*/
public function setGroupProviderFactory(GroupProviderFactoryInterface $groupProviderFactory): static
{
$this->groupProviderFactory = $groupProviderFactory;
Expand Down

0 comments on commit 070d58b

Please sign in to comment.