Skip to content

Commit 7b301ab

Browse files
committed
Add return type to address PHP static analysis check.
1 parent 67da00a commit 7b301ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localgov.profile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ function localgov_post_install_task(): void {
5151
/**
5252
* Implements hook_form_alter().
5353
*/
54-
function localgov_form_alter(&$form, FormStateInterface $form_state, $form_id) {
54+
function localgov_form_alter(&$form, FormStateInterface $form_state, $form_id): void {
5555
$form['#attributes']['novalidate'] = 'novalidate';
5656
}

0 commit comments

Comments
 (0)