File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ public function setTwitterSite($content = null): OpenGraph
485
485
return $ this ;
486
486
}
487
487
488
- public function getTwitterSite (): string
488
+ public function getTwitterSite ()
489
489
{
490
490
return $ this ->twitterSite ;
491
491
}
@@ -513,7 +513,7 @@ public function setTwitterDescription($content = null): OpenGraph
513
513
return $ this ;
514
514
}
515
515
516
- public function getTwitterDescription (): string
516
+ public function getTwitterDescription ()
517
517
{
518
518
return $ this ->twitterDescription ;
519
519
}
@@ -525,7 +525,7 @@ public function setTwitterImage($content = null): OpenGraph
525
525
return $ this ;
526
526
}
527
527
528
- public function getTwitterImage (): string
528
+ public function getTwitterImage ()
529
529
{
530
530
return $ this ->twitterImage ;
531
531
}
@@ -537,7 +537,7 @@ public function setTwitterImageAlt($content = null): OpenGraph
537
537
return $ this ;
538
538
}
539
539
540
- public function getTwitterImageAlt (): string
540
+ public function getTwitterImageAlt ()
541
541
{
542
542
return $ this ->twitterImageAlt ;
543
543
}
You can’t perform that action at this time.
0 commit comments