Skip to content

Commit 390322f

Browse files
committed
fix: add return types
1 parent 8da1e9c commit 390322f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Element/UKAddressLookup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public static function getCompositeElements(array $element) {
8585
/**
8686
* {@inheritdoc}
8787
*/
88-
public static function validateWebformComposite(&$element, FormStateInterface $form_state, &$complete_form): void {
88+
public static function validateWebformComposite(&$element, FormStateInterface $form_state, &$complete_form) {
8989
// IMPORTANT: Must get values from the $form_states since sub-elements
9090
// may call $form_state->setValueForElement() via their validation hook.
9191
// @see \Drupal\webform\Element\WebformEmailConfirm::validateWebformEmailConfirm

0 commit comments

Comments
 (0)