From d6ad1ec9ca32227b3abda08915c792f49d6fb8ec Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Fri, 17 Feb 2023 09:35:12 +0000
Subject: [PATCH] Issue #3239909 by tim.plunkett: Stale reference to
 PlaceholderInterface::getPlaceholderString()

---
 .../layout_builder/tests/src/Functional/LayoutBuilderTest.php   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php b/core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
index 1b38a4bb9ebe..2399ac5facac 100644
--- a/core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
+++ b/core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
@@ -1264,7 +1264,7 @@ public function testCustomSectionAttributes() {
   /**
    * Tests the usage of placeholders for empty blocks.
    *
-   * @see \Drupal\Core\Block\BlockPluginInterface::getPlaceholderString()
+   * @see \Drupal\Core\Render\PreviewFallbackInterface::getPreviewFallbackString()
    * @see \Drupal\layout_builder\EventSubscriber\BlockComponentRenderArray::onBuildRender()
    */
   public function testBlockPlaceholder() {
-- 
GitLab