Remove unnecessary @throws tag in Util\Network

2022.09-rc
Hypolite Petovan 2019-03-08 22:39:08 -05:00
rodzic 75d144aee7
commit d40cbdce32
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

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