]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Api/Mastodon/Proofs.php
Merge pull request #13176 from MrPetovan/bug/warnings
[friendica.git] / src / Module / Api / Mastodon / Proofs.php
index 1d09a92113d8e5545608be8a4f2827d8f08d7aab..1cbe1c03d7b4fa48156a6fb2a782436c7f4e7a36 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -30,10 +30,9 @@ use Friendica\Module\BaseApi;
 class Proofs extends BaseApi
 {
        /**
-        * @param array $parameters
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
-       public static function rawContent(array $parameters = [])
+       protected function rawContent(array $request = [])
        {
                System::jsonError(404, ['error' => 'Record not found']);
        }