]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Post/Media.php
Remove "fcontact" from suggestions
[friendica.git] / src / Model / Post / Media.php
index 343dc8f0e05697ec10ae9d100a7e97acc006bc7c..b42ba89cf4957c66962d0ca9caa9afc6caa28a12 100644 (file)
@@ -686,7 +686,7 @@ class Media
         * Get preview link for given media id
         *
         * @param integer $id   media id
-        * @param string  $size One of the ProxyUtils::SIZE_* constants
+        * @param string  $size One of the Proxy::SIZE_* constants
         * @return string preview link
         */
        public static function getPreviewUrlForId(int $id, string $size = ''):string
@@ -716,7 +716,7 @@ class Media
         * Get media link for given media id
         *
         * @param integer $id   media id
-        * @param string  $size One of the ProxyUtils::SIZE_* constants
+        * @param string  $size One of the Proxy::SIZE_* constants
         * @return string media link
         */
        public static function getUrlForId(int $id, string $size = ''):string