]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/User.php
Fix overly strict return value for revokeFollow methods
[friendica.git] / src / Model / User.php
index 3178b888e7c03fa90378cc047f4900fe1e74d2ab..e27a950adb57f609039f93e7ad5b5ff85f16d446 100644 (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
         */