diff --git a/core/modules/layout_builder/src/Form/TranslateBlockForm.php b/core/modules/layout_builder/src/Form/TranslateBlockForm.php index 4fef961876..9812a40e68 100644 --- a/core/modules/layout_builder/src/Form/TranslateBlockForm.php +++ b/core/modules/layout_builder/src/Form/TranslateBlockForm.php @@ -94,7 +94,7 @@ public function getFormId() { * An associative array containing the structure of the form. * @param \Drupal\Core\Form\FormStateInterface $form_state * The current state of the form. - * @param \Drupal\layout_builder\SectionStorageInterface $section_storage + * @param \Drupal\layout_builder\TranslatableSectionStorageInterface $section_storage * The section storage being configured. * @param int $delta * The delta of the section. diff --git a/core/modules/layout_builder/src/InlineBlockEntityOperations.php b/core/modules/layout_builder/src/InlineBlockEntityOperations.php index ce2975a634..92189b07d9 100644 --- a/core/modules/layout_builder/src/InlineBlockEntityOperations.php +++ b/core/modules/layout_builder/src/InlineBlockEntityOperations.php @@ -46,7 +46,7 @@ class InlineBlockEntityOperations implements ContainerInjectionInterface { * The block plugin manager. * * @var \Drupal\Core\Block\BlockManagerInterface - */ + */ protected $blockManager; /**