diff --git a/src/LayoutParagraphsRendererService.php b/src/LayoutParagraphsRendererService.php index 22357055e9a08cd9c72ecc7b373d9989f2d7c40d..beaa37b7b3870615c037946501d5e8a3bd9abe39 100644 --- a/src/LayoutParagraphsRendererService.php +++ b/src/LayoutParagraphsRendererService.php @@ -60,7 +60,7 @@ class LayoutParagraphsRendererService { */ public function renderLayoutSection(array &$build, Paragraph $paragraph, string $view_mode = 'default') { if (!LayoutParagraphsComponent::isLayoutComponent($paragraph)) { - // @Todo Throw an exception if $paragraph does not have a layout applied. + // @todo Throw an exception if $paragraph does not have a layout applied. return []; } if ($paragraph->_referringItem) {