]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/Probe.php
Remove DI dependency from Module\Contact\Profile
[friendica.git] / src / Network / Probe.php
index bd98f39103bc2b8da1ce388a1939e4fec961e731..2b5cc3cff7d02a7cdcaa0209d14813ca37524cde 100644 (file)
@@ -341,12 +341,10 @@ class Probe
         * @param string  $uri     Address that should be probed
         * @param string  $network Test for this specific network
         * @param integer $uid     User ID for the probe (only used for mails)
-        * @param boolean $cache   Use cached values?
         *
         * @return array uri data
         * @throws HTTPException\InternalServerErrorException
         * @throws \ImagickException
-        * @todo Choice: implement $cache parameter or remove documentation
         */
        public static function uri(string $uri, string $network = '', int $uid = -1): array
        {