From: Matthias Schmidt Date: Sun, 26 Nov 2017 16:03:22 +0000 (+0100) Subject: Add missing throws tag X-Git-Tag: 3.1.0_Beta_4~51 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4045a553f65fbb7d018ddbdf6ccfc886c5414a1e;p=GitHub%2FWoltLab%2FWCF.git Add missing throws tag --- diff --git a/wcfsetup/install/files/lib/system/request/RequestHandler.class.php b/wcfsetup/install/files/lib/system/request/RequestHandler.class.php index 1f11e1fd10..e6e7b787cd 100644 --- a/wcfsetup/install/files/lib/system/request/RequestHandler.class.php +++ b/wcfsetup/install/files/lib/system/request/RequestHandler.class.php @@ -106,6 +106,7 @@ class RequestHandler extends SingletonFactory { * * @param string $application * @throws IllegalLinkException + * @throws SystemException */ protected function buildRequest($application) { try {