From: Hypolite Petovan Date: Sat, 9 Mar 2019 03:39:08 +0000 (-0500) Subject: Remove unnecessary @throws tag in Util\Network X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d40cbdce32eb7fe427eb0f43969877577e74730c;p=friendica.git Remove unnecessary @throws tag in Util\Network --- diff --git a/src/Util/Network.php b/src/Util/Network.php index cda8c9a71d..35744647e3 100644 --- a/src/Util/Network.php +++ b/src/Util/Network.php @@ -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) {