mirror of
https://github.com/friendica/friendica
synced 2025-04-25 13:50:10 +00:00
Deprecate Network::unparseURL in favor of UriInterfact objects
- Added specific test for Probe::cleanURI
This commit is contained in:
parent
e76c754de4
commit
d05d2a348b
3 changed files with 52 additions and 20 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue