]> git.mxchange.org Git - friendica.git/commitdiff
Fix CurlResult copy&pate error
authornupplaPhil <admin+github@philipp.info>
Sun, 9 Feb 2020 21:48:04 +0000 (22:48 +0100)
committernupplaPhil <admin+github@philipp.info>
Sun, 9 Feb 2020 21:48:04 +0000 (22:48 +0100)
src/Network/CurlResult.php

index e3cc9f98cd9f7faecd2ac9d8e9c335d2cc3beb02..44263716bce9cb499be52ddd8b8d0a5b09d3a5e1 100644 (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;