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 cda8c9a..3574464 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)
        {