X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FProxy.php;h=fc7d369ad528d1b4d89f9e9c76aeb6d5c034dfb6;hb=b5ad8c3e153976cf3e63753597377f09852d98d7;hp=ed0ae8affce648a21441503e7b0ce2c36de6274a;hpb=d322e9288bedd2c10a12e4df901997350c855fdd;p=friendica.git diff --git a/src/Util/Proxy.php b/src/Util/Proxy.php index ed0ae8affc..fc7d369ad5 100644 --- a/src/Util/Proxy.php +++ b/src/Util/Proxy.php @@ -132,6 +132,7 @@ class Proxy * proxy storage directory. * * @param string $html Un-proxified HTML code + * * @return string Proxified HTML code * @throws \Friendica\Network\HTTPException\InternalServerErrorException */ @@ -146,6 +147,7 @@ class Proxy * Checks if the URL is a local URL. * * @param string $url + * * @return boolean * @throws \Friendica\Network\HTTPException\InternalServerErrorException */ @@ -166,6 +168,7 @@ class Proxy * Return the array of query string parameters from a URL * * @param string $url URL to parse + * * @return array Associative array of query string parameters */ private static function parseQuery(string $url): array @@ -182,6 +185,7 @@ class Proxy * Call-back method to replace the UR * * @param array $matches Matches from preg_replace_callback() + * * @return string Proxified HTML image tag * @throws \Friendica\Network\HTTPException\InternalServerErrorException */