]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Feed.php
Standards
[friendica.git] / src / Module / Feed.php
index 6470ab5c373b8c9e402e35c153dec0a4dac6d8e8..f4a671c055b1a2120e11e7da1578d624a282e5f4 100644 (file)
@@ -41,7 +41,7 @@ use Friendica\Protocol\Feed as ProtocolFeed;
  */
 class Feed extends BaseModule
 {
-       public function content(): string
+       protected function content(array $request = []): string
        {
                $a = DI::app();