]> git.mxchange.org Git - friendica.git/commitdiff
Remove unnecessary @throws tag in Util\Network
authorHypolite Petovan <hypolite@mrpetovan.com>
Sat, 9 Mar 2019 03:39:08 +0000 (22:39 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sat, 9 Mar 2019 03:39:08 +0000 (22:39 -0500)
src/Util/Network.php

index cda8c9a71d7113ddb0812af350195943425cf6d8..35744647e31ea742f412657e31f31e9d59c8ec18 100644 (file)
@@ -459,7 +459,6 @@ class Network
         * @param string $url The url to check the domain from
         *
         * @return boolean
-        * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
        public static function isUrlBlocked($url)
        {