]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Oembed.php
Merge remote-tracking branch 'upstream/develop' into api4
[friendica.git] / src / Module / Oembed.php
index 5564fdacaa05418f90d4d1f958ff18743bd6f8c6..1b38c0e9730fd35054ee62486e6aa51d9df6b29b 100644 (file)
@@ -37,7 +37,7 @@ use Friendica\Util\Strings;
  */
 class Oembed extends BaseModule
 {
-       public static function content()
+       public function content(): string
        {
                // Unused form: /oembed/b2h?url=...
                if (DI::args()->getArgv()[1] == 'b2h') {