From 47c3c4b4e772c30dac12169300e20346fa47b71f Mon Sep 17 00:00:00 2001 From: Sam Light Date: Tue, 10 Feb 2026 00:17:41 +0000 Subject: Added declare strict types --- src/Columns/ElementColumn.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/Columns/ElementColumn.php') diff --git a/src/Columns/ElementColumn.php b/src/Columns/ElementColumn.php index 63ef09c..b3520ae 100644 --- a/src/Columns/ElementColumn.php +++ b/src/Columns/ElementColumn.php @@ -1,5 +1,7 @@ getElemAttributes($row)); $attributes = $attributes->toHtml(); - return new HtmlString( + return (new HtmlString( "<{$this->element} {$attributes}>{$content}element}>" - ); + ))->toHtml(); } } -- cgit v1.2.3