From: Matthias Schmidt Date: Sun, 17 Jul 2016 08:39:54 +0000 (+0200) Subject: Add missing throws tag X-Git-Tag: 3.0.0_Beta_1~1086 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=cacb447d03deee3478eff5d96794573e76a2b6d2;p=GitHub%2FWoltLab%2FWCF.git Add missing throws tag --- diff --git a/wcfsetup/install/files/lib/util/HTTPRequest.class.php b/wcfsetup/install/files/lib/util/HTTPRequest.class.php index 3ac741b96c..6dca65df20 100644 --- a/wcfsetup/install/files/lib/util/HTTPRequest.class.php +++ b/wcfsetup/install/files/lib/util/HTTPRequest.class.php @@ -214,6 +214,7 @@ final class HTTPRequest { * Parses the given URL and applies PROXY_SERVER_HTTP. * * @param string $url + * @throws SystemException */ private function setURL($url) { $parsedUrl = $originUrl = parse_url($url);