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 8da1e9c commit 390322fCopy full SHA for 390322f
src/Element/UKAddressLookup.php
@@ -85,7 +85,7 @@ public static function getCompositeElements(array $element) {
85
/**
86
* {@inheritdoc}
87
*/
88
- public static function validateWebformComposite(&$element, FormStateInterface $form_state, &$complete_form): void {
+ public static function validateWebformComposite(&$element, FormStateInterface $form_state, &$complete_form) {
89
// IMPORTANT: Must get values from the $form_states since sub-elements
90
// may call $form_state->setValueForElement() via their validation hook.
91
// @see \Drupal\webform\Element\WebformEmailConfirm::validateWebformEmailConfirm
0 commit comments