We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb0444 commit d6561bfCopy full SHA for d6561bf
Constraints/GroupSequence.php
@@ -57,7 +57,7 @@ class GroupSequence
57
/**
58
* The groups in the sequence.
59
*
60
- * @var string[]|array[]|GroupSequence[]
+ * @var string[]|string[][]|GroupSequence[]
61
*/
62
public $groups;
63
GroupSequenceProviderInterface.php
@@ -22,7 +22,7 @@ interface GroupSequenceProviderInterface
22
* Returns which validation groups should be used for a certain state
23
* of the object.
24
25
- * @return string[]|GroupSequence An array of validation groups
+ * @return string[]|string[][]|GroupSequence An array of validation groups
26
27
public function getGroupSequence();
28
}
0 commit comments