From: Philipp Date: Tue, 10 Aug 2021 19:34:16 +0000 (+0200) Subject: - Revert HTTPSignature change X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=51ebb1541a62c0fd691d995326d61775cc7d61d3;p=friendica.git - Revert HTTPSignature change --- diff --git a/src/Util/HTTPSignature.php b/src/Util/HTTPSignature.php index c8ff99eba0..e2de810a60 100644 --- a/src/Util/HTTPSignature.php +++ b/src/Util/HTTPSignature.php @@ -409,7 +409,7 @@ class HTTPSignature * 'nobody' => only return the header * 'cookiejar' => path to cookie jar file * - * @return CurlResult|void CurlResult + * @return CurlResult CurlResult * @throws \Friendica\Network\HTTPException\InternalServerErrorException */ public static function fetchRaw($request, $uid = 0, $opts = ['accept_content' => 'application/activity+json, application/ld+json'])