X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Flayout_builder%2Fsrc%2FOverridesSectionStorageInterface.php;h=8d1787998b0a7ec0edfbcffa313d68f17ad228e5;hb=5b8bb166bfa98770daef9de5c127fc2e6ef02340;hp=76e15b5a1aef7ca5db67e80ed8b96d8220569c19;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/web/core/modules/layout_builder/src/OverridesSectionStorageInterface.php b/web/core/modules/layout_builder/src/OverridesSectionStorageInterface.php index 76e15b5a1..8d1787998 100644 --- a/web/core/modules/layout_builder/src/OverridesSectionStorageInterface.php +++ b/web/core/modules/layout_builder/src/OverridesSectionStorageInterface.php @@ -15,7 +15,7 @@ interface OverridesSectionStorageInterface extends SectionStorageInterface { /** * Returns the corresponding defaults section storage for this override. * - * @return \Drupal\layout_builder\SectionStorageInterface + * @return \Drupal\layout_builder\DefaultsSectionStorageInterface * The defaults section storage. * * @todo Determine if this method needs a parameter in