diff --git a/src/SEOManager.php b/src/SEOManager.php index 5b43518..2a24a6a 100644 --- a/src/SEOManager.php +++ b/src/SEOManager.php @@ -171,7 +171,7 @@ class SEOManager ]; } - $query = base64_encode((string)json_encode($data)); + $query = base64_encode((string) json_encode($data)); /** @var string $template */ $template = $this->meta("flipp.templates.$alias"); diff --git a/src/helpers.php b/src/helpers.php index 8149682..8c40a2e 100644 --- a/src/helpers.php +++ b/src/helpers.php @@ -8,7 +8,6 @@ if (! function_exists('seo')) { /** * @template T of string|array * @param T|null $key - * @return SEOManager|string|array|null */ function seo(string|array $key = null): SEOManager|string|array|null {