X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FContent%2FOEmbed.php;h=008269785262904c3314d7997f4f4fbc49badde7;hb=46152ab400032cb06a6c30021e383de8a4f581ca;hp=498a65e33bb79649aa9d46c372277dec5e5507dd;hpb=83cbe586acdc4ef21a7c46bf50534458c1b590d5;p=friendica.git diff --git a/src/Content/OEmbed.php b/src/Content/OEmbed.php index 498a65e33b..0082697852 100644 --- a/src/Content/OEmbed.php +++ b/src/Content/OEmbed.php @@ -391,7 +391,7 @@ class OEmbed * @param string $title Optional title (default: what comes from OEmbed object) * @return string Formatted HTML */ - public static function getHTML(string $url, string $title = '') + public static function getHTML(string $url, string $title = ''): string { $o = self::fetchURL($url, !self::isAllowedURL($url));