Fix CurlResult copy&pate error

This commit is contained in:
nupplaPhil 2020-02-09 22:48:04 +01:00
parent 7d714319c8
commit 217d099181
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
1 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,4 @@
<?php
/**
* @copyright Copyright (C) 2020, Friendica
*
@ -16,7 +17,9 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
*/ Friendica\Network;
*/
namespace Friendica\Network;
use Friendica\Core\Logger;
use Friendica\Network\HTTPException\InternalServerErrorException;