Skip to content

Commit

Permalink
Added srtict types.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk authored and salsadeploy committed Nov 8, 2023
1 parent 1a57257 commit 3ddbc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion civictheme_admin.module
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use Drupal\Core\Form\FormStateInterface;
/**
* Implements hook_form_BASE_FORM_ID_alter().
*/
function civictheme_admin_form_node_form_alter(&$form, FormStateInterface $form_state) {
function civictheme_admin_form_node_form_alter(array &$form, FormStateInterface $form_state): void {
// @see https://www.drupal.org/project/drupal/issues/3184667
// @see https://www.drupal.org/project/drupal/issues/3332416
$form['#attached']['library'][] = 'civictheme_admin/claro-node-form-overrides';
Expand Down

0 comments on commit 3ddbc92

Please sign in to comment.