Skip to content
Snippets Groups Projects
Commit 78ec304c authored by Dave Long's avatar Dave Long Committed by Lee Rowlands
Browse files

Issue #3497241 by longwave, jurgenhaas: FormValidatorInterface::validateForm...

Issue #3497241 by longwave, jurgenhaas: FormValidatorInterface::validateForm has wrong type for $form_id
parent efee4d2f
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ public function executeValidateHandlers(&$form, FormStateInterface &$form_state)
/**
* Validates user-submitted form data in the $form_state.
*
* @param array $form_id
* @param string $form_id
* A unique string identifying the form for validation, submission,
* theming, and hook_form_alter functions.
* @param array $form
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment