From f7fba34b042bac30cf2069cd81fa789cfb3b058c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Tue, 16 Nov 2021 06:51:46 +0100 Subject: [PATCH] Update helpers.php --- src/helpers.php | 4 ---- 1 file changed, 4 deletions(-) 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) {