- Issue created by @cpigott
- First commit to issue fork.
Error on `drush updatedb`
> [notice] Update started: block_post_update_set_menu_block_depth_to_null_if_zero
> PHP Fatal error: Declaration of Drupal\layout_builder_kit\Plugin\Block\LBKBaseComponent::submitConfigurationForm(array &$form, Drupal\Core\Form\FormStateInterface $form_state) must be compatible with Drupal\Core\Block\BlockBase::submitConfigurationForm(array &$form, Drupal\Core\Form\FormStateInterface $form_state): void in /var/www/drupal/web/modules/contrib/layout_builder_kit/src/Plugin/Block/LBKBaseComponent.php on line 311
> [warning] Drush command terminated abnormally.
Update to drupal 11.2 with layout_builder_kit 3.0-beta installed
Adding the return type to the function seems to work
Active
3.0
Code