From 9087c1dbc6d5c2158e641331094877255c183831 Mon Sep 17 00:00:00 2001 From: Charlie J Date: Thu, 27 May 2021 21:16:33 +0100 Subject: [PATCH] Add extra information to docblocks Prevents PHPStorm complaining. --- src/SEOManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SEOManager.php b/src/SEOManager.php index 82f42b9..ce3ea16 100644 --- a/src/SEOManager.php +++ b/src/SEOManager.php @@ -8,7 +8,7 @@ use Closure; use Illuminate\Support\Str; /** - * @method $this title(string $title) Set the title. + * @method $this title(string $title = null, ...$args) Set the title. * @method $this description(string $description) Set the description. * @method $this url(string $url) Set the canonical URL. * @method $this site(string $site) Set the site name.