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:
parent
125a94d727
commit
9087c1dbc6
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue