Skip to content

Commit 83a2d16

Browse files
[Validation] Add getGroupSequence return hint
1 parent 2cd9ab0 commit 83a2d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation/sequence_provider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ method, which should return an array of groups to use::
333333
{
334334
// ...
335335

336-
public function getGroupSequence()
336+
public function getGroupSequence(): array|GroupSequence
337337
{
338338
// when returning a simple array, if there's a violation in any group
339339
// the rest of the groups are not validated. E.g. if 'User' fails,

0 commit comments

Comments
 (0)