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

Skip to content

Commit 070d58b

Browse files
committed
addressing feedback
1 parent 3398d66 commit 070d58b

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
@@ -288,6 +288,9 @@ public function setConstraintValidatorFactory(ConstraintValidatorFactoryInterfac
288288
return $this;
289289
}
290290

291+
/**
292+
* @return $this
293+
*/
291294
public function setGroupProviderFactory(GroupProviderFactoryInterface $groupProviderFactory): static
292295
{
293296
$this->groupProviderFactory = $groupProviderFactory;

0 commit comments

Comments
 (0)
0