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 5f2a03a commit 5a2c68aCopy full SHA for 5a2c68a
src/Element/UKAddressLookup.php
@@ -84,8 +84,9 @@ public static function getCompositeElements(array $element) {
84
85
/**
86
* {@inheritdoc}
87
+ *
88
+ * @phpstan-ignore-next-line Ignore the next line for return type until webform give one.
89
*/
- // @phpstan-ignore-next-line Ignore the next line for return type until webform give one.
90
public static function validateWebformComposite(&$element, FormStateInterface $form_state, &$complete_form) {
91
// IMPORTANT: Must get values from the $form_states since sub-elements
92
// may call $form_state->setValueForElement() via their validation hook.
0 commit comments