mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Changes:
- added type-hints - added missing documentation
This commit is contained in:
parent
b8353a6eb7
commit
182c3db9b8
2 changed files with 43 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue