From cacb447d03deee3478eff5d96794573e76a2b6d2 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 17 Jul 2016 10:39:54 +0200 Subject: [PATCH] Add missing throws tag --- wcfsetup/install/files/lib/util/HTTPRequest.class.php | 1 + 1 file changed, 1 insertion(+) 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); -- 2.20.1