Skip to content

Commit 5a2c68a

Browse files
committed
fix: return type error
1 parent 5f2a03a commit 5a2c68a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Element/UKAddressLookup.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,9 @@ public static function getCompositeElements(array $element) {
8484

8585
/**
8686
* {@inheritdoc}
87+
*
88+
* @phpstan-ignore-next-line Ignore the next line for return type until webform give one.
8789
*/
88-
// @phpstan-ignore-next-line Ignore the next line for return type until webform give one.
8990
public static function validateWebformComposite(&$element, FormStateInterface $form_state, &$complete_form) {
9091
// IMPORTANT: Must get values from the $form_states since sub-elements
9192
// may call $form_state->setValueForElement() via their validation hook.

0 commit comments

Comments
 (0)