From ef927cb1580e12fb6ab3b95e836f230b9e3f4cf5 Mon Sep 17 00:00:00 2001 From: "touqeer.shafi" Date: Mon, 30 Dec 2024 13:37:41 +0100 Subject: [PATCH] Removed extra line break --- src/Tags/TitleTag.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Tags/TitleTag.php b/src/Tags/TitleTag.php index 38c1b0f..d888be5 100644 --- a/src/Tags/TitleTag.php +++ b/src/Tags/TitleTag.php @@ -24,7 +24,6 @@ public static function initialize(?SEOData $SEOData): ?Tag return null; } - return new static( inner: $title, );