Add missing throws tag
authorMatthias Schmidt <gravatronics@live.com>
Sun, 17 Jul 2016 08:39:54 +0000 (10:39 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 17 Jul 2016 08:44:35 +0000 (10:44 +0200)
wcfsetup/install/files/lib/util/HTTPRequest.class.php

index 3ac741b96cf2ed633780be164ccfa254a93d5887..6dca65df2048fe8d72c5556ac8de9b2e8044988d 100644 (file)
@@ -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);