Skip to content
Snippets Groups Projects
Commit b57bd56b authored by Liam Morland's avatar Liam Morland
Browse files

ISTWCMS-3369: Add type declarations

parent de49a3d1
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ use Drupal\Core\Form\FormStateInterface; ...@@ -12,7 +12,7 @@ use Drupal\Core\Form\FormStateInterface;
* *
* Remove the None option from layout builder styles. * Remove the None option from layout builder styles.
*/ */
function uw_cfg_common_form_layout_builder_configure_section_alter(&$form, FormStateInterface $form_state, $form_id) { function uw_cfg_common_form_layout_builder_configure_section_alter(array &$form, FormStateInterface $form_state, string $form_id): void {
// Remove the None option from layout builder styles. // Remove the None option from layout builder styles.
unset($form['layout_builder_style']['#empty_option']); unset($form['layout_builder_style']['#empty_option']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment