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 67da00a commit 7b301abCopy full SHA for 7b301ab
localgov.profile
@@ -51,6 +51,6 @@ function localgov_post_install_task(): void {
51
/**
52
* Implements hook_form_alter().
53
*/
54
-function localgov_form_alter(&$form, FormStateInterface $form_state, $form_id) {
+function localgov_form_alter(&$form, FormStateInterface $form_state, $form_id): void {
55
$form['#attributes']['novalidate'] = 'novalidate';
56
}
0 commit comments