diff --git a/src/SEOManager.php b/src/SEOManager.php index 50e7f98..b512a07 100644 --- a/src/SEOManager.php +++ b/src/SEOManager.php @@ -13,7 +13,7 @@ use Illuminate\Support\Str; * @method $this url(string $url = null, ...$args) Set the canonical URL. * @method $this site(string $site = null, ...$args) Set the site name. * @method $this image(string $url = null, ...$args) Set the cover image. - * @method $this twitter(enabled $bool = true = null, ...$args) Enable the Twitter extension. + * @method $this twitter(enabled $bool = true, ...$args) Enable the Twitter extension. * @method $this twitterSite(string $username = null, ...$args) Set the Twitter author. * @method $this twitterTitle(string $title = null, ...$args) Set the Twitter title. * @method $this twitterDescription(string $description = null, ...$args) Set the Twitter description.