]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/CurlResult.php
Merge pull request #8556 from annando/close-db-connection
[friendica.git] / 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;