From: nupplaPhil Date: Sun, 9 Feb 2020 21:48:04 +0000 (+0100) Subject: Fix CurlResult copy&pate error X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=217d0991817e1950a2dbfe44f45fc448a6647c99;p=friendica.git Fix CurlResult copy&pate error --- diff --git a/src/Network/CurlResult.php b/src/Network/CurlResult.php index e3cc9f98cd..44263716bc 100644 --- a/src/Network/CurlResult.php +++ b/src/Network/CurlResult.php @@ -1,3 +1,4 @@ +. * - */ Friendica\Network; + */ + +namespace Friendica\Network; use Friendica\Core\Logger; use Friendica\Network\HTTPException\InternalServerErrorException;