10000 [Validator] Added TODO reminder · symfony/symfony@c1b1e03 · GitHub
[go: up one dir, main page]

Skip to content

Commit c1b1e03

Browse files
committed
[Validator] Added TODO reminder
1 parent 8ae68c9 commit c1b1e03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Validator/NodeVisitor/GroupSequenceResolver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public function enterNode(Node $node)
3434
/** @var \Symfony\Component\Validator\GroupSequenceProviderInterface $value */
3535
$groupSequence = $node->value->getGroupSequence();
3636

37+
// TODO test
3738
if (!$groupSequence instanceof GroupSequence) {
3839
$groupSequence = new GroupSequence($groupSequence);
3940
}

0 commit comments

Comments
 (0)
0