1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-12 09:54:03 +00:00

Add extra information to docblocks

Prevents PHPStorm complaining.
This commit is contained in:
Charlie J 2021-05-27 21:16:33 +01:00 committed by GitHub
parent 125a94d727
commit 9087c1dbc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ use Closure;
use Illuminate\Support\Str; 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 description(string $description) Set the description.
* @method $this url(string $url) Set the canonical URL. * @method $this url(string $url) Set the canonical URL.
* @method $this site(string $site) Set the site name. * @method $this site(string $site) Set the site name.