File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Extension/Validator/Constraints Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ private static function allowDataWalking(FormInterface $form)
211
211
/**
212
212
* Returns the validation groups of the given form.
213
213
*
214
- * @return array The validation groups
214
+ * @return string|GroupSequence|(string|GroupSequence)[] The validation groups
215
215
*/
216
216
private static function getValidationGroups (FormInterface $ form )
217
217
{
@@ -246,10 +246,10 @@ private static function getValidationGroups(FormInterface $form)
246
246
/**
247
247
* Post-processes the validation groups option for a given form.
248
248
*
249
- * @param array |callable $groups The validation groups
250
- * @param FormInterface $form The validated form
249
+ * @param string|GroupSequence|(string|GroupSequence)[] |callable $groups The validation groups
250
+ * @param FormInterface $form The validated form
251
251
*
252
- * @return array The validation groups
252
+ * @return (string|GroupSequence)[] The validation groups
253
253
*/
254
254
private static function resolveValidationGroups ($ groups , FormInterface $ form )
255
255
{
You can’t perform that action at this time.
0 commit comments