]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/Network.php
Standards
[friendica.git] / src / Util / Network.php
index 2631fc75b09094d84b2547d448d6696e5df2e3c3..7c7269fa8f7b2f0cfcc63d08b97afee09a6d4525 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -435,7 +435,8 @@ class Network
         *
         * @param array $parsed URL parts
         *
-        * @return string The glued URL
+        * @return string The glued URL.
+        * @deprecated since version 2021.12, use a UriInterface object like GuzzleHttp\Psr7\Uri instead
         */
        public static function unparseURL(array $parsed)
        {