- added type-hints
- added missing documentation
This commit is contained in:
Roland Häder 2022-06-23 11:57:52 +02:00
parent b8353a6eb7
commit 182c3db9b8
No known key found for this signature in database
GPG key ID: C82EDE5DDFA0BA77
2 changed files with 43 additions and 24 deletions

View file

@ -80,7 +80,7 @@ class Proxy
* @return string The proxyfied URL or relative path
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
*/
public static function proxifyUrl(string $url, $size = '')
public static function proxifyUrl(string $url, string $size = '')
{
if (!DI::config()->get('system', 'proxify_content')) {
return $url;