8000 [Validator] Fix annotation · symfony/symfony@38b643a · GitHub
[go: up one dir, main page]

Skip to content

Commit 38b643a

Browse files
committed
[Validator] Fix annotation
1 parent b53fe24 commit 38b643a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ private function validateGenericNode($value, $object, $cacheKey, MetadataInterfa
761761
* @param int $traversalStrategy The strategy used for
762762
* traversing the value
763763
* @param GroupSequence $groupSequence The group sequence
764-
* @param string[]|null $cascadedGroup The group that should
764+
* @param string|null $cascadedGroup The group that should
765765
* be passed to cascaded
766766
* objects instead of
767767
* the group sequence

0 commit comments

Comments
 (0)
0