diff --git a/validation/sequence_provider.rst b/validation/sequence_provider.rst index f519d16c68a..fb196a3b6e9 100644 --- a/validation/sequence_provider.rst +++ b/validation/sequence_provider.rst @@ -333,7 +333,7 @@ method, which should return an array of groups to use:: { // ... - public function getGroupSequence() + public function getGroupSequence(): array|GroupSequence { // when returning a simple array, if there's a violation in any group // the rest of the groups are not validated. E.g. if 'User' fails,