diff --git a/src/helpers.php b/src/helpers.php index 8c40a2e..d891180 100644 --- a/src/helpers.php +++ b/src/helpers.php @@ -5,10 +5,6 @@ declare(strict_types=1); use ArchTech\SEO\SEOManager; if (! function_exists('seo')) { - /** - * @template T of string|array - * @param T|null $key - */ function seo(string|array $key = null): SEOManager|string|array|null { if ($key === null) {