8000 [Validator] Allow validating multiple groups in one GroupSequence step by enumag · Pull Request #19982 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Validator] Allow validating multiple groups in one GroupSequence step #19982

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 19, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[Validator] Fix annotation
  • Loading branch information
enumag committed Sep 24, 2016
commit 38b643a9f0add4ceae806a9eb4d92b7af3ad3612
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ private function validateGenericNode($value, $object, $cacheKey, MetadataInterfa
* @param int $traversalStrategy The strategy used for
* traversing the value
* @param GroupSequence $groupSequence The group sequence
* @param string[]|null $cascadedGroup The group that should
* @param string|null $cascadedGroup The group that should
* be passed to cascaded
* objects instead of
* the group sequence
Expand Down
0