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)
211211 /**
212212 * Returns the validation groups of the given form.
213213 *
214- * @return array The validation groups
214+ * @return string|GroupSequence|(string|GroupSequence)[] The validation groups
215215 */
216216 private static function getValidationGroups (FormInterface $ form )
217217 {
@@ -246,10 +246,10 @@ private static function getValidationGroups(FormInterface $form)
246246 /**
247247 * Post-processes the validation groups option for a given form.
248248 *
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
251251 *
252- * @return array The validation groups
252+ * @return (string|GroupSequence)[] The validation groups
253253 */
254254 private static function resolveValidationGroups ($ groups , FormInterface $ form )
255255 {
You can’t perform that action at this time.
0 commit comments