From 1dffc7ca3a32b10c73270aeca1d28e00c624269c Mon Sep 17 00:00:00 2001 From: Justin Toupin <justin@atendesigngroup.com> Date: Fri, 11 Feb 2022 09:34:47 -0700 Subject: [PATCH] minor change for cs --- src/LayoutParagraphsRendererService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LayoutParagraphsRendererService.php b/src/LayoutParagraphsRendererService.php index 2235705..beaa37b 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) { -- GitLab