Unneeded "ProxyUtils" renamed to "Proxy"

This commit is contained in:
Michael 2021-10-05 20:18:19 +00:00
parent 430e6c3285
commit ab17fbf6b2
9 changed files with 25 additions and 27 deletions

View file

@ -844,7 +844,7 @@ class User
* Get avatar link for given user
*
* @param array $user
* @param string $size One of the ProxyUtils::SIZE_* constants
* @param string $size One of the Proxy::SIZE_* constants
* @return string avatar link
* @throws Exception
*/