Skip to content

Commit

Permalink
added function description
Browse files Browse the repository at this point in the history
  • Loading branch information
yeniatencio committed Nov 21, 2024
1 parent eb3f802 commit c2996c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/tide_landing_page/tide_landing_page.module
Original file line number Diff line number Diff line change
Expand Up @@ -380,10 +380,10 @@ function tide_landing_page_field_widget_single_element_paragraphs_form_alter(&$e
*
* @param array $form
* The form.
* @param FormStateInterface $form_state
* @param Drupal\Core\Form\FormStateInterface $form_state
* The form state.
*
* @return AjaxResponse
* @return Drupal\Core\Ajax\AjaxResponse
* The response.
*/
function tide_landing_page_change_the_value(array $form, FormStateInterface $form_state): AjaxResponse {
Expand Down

0 comments on commit c2996c2

Please sign in to comment.