From 4045a553f65fbb7d018ddbdf6ccfc886c5414a1e Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 26 Nov 2017 17:03:22 +0100 Subject: [PATCH] Add missing throws tag --- .../install/files/lib/system/request/RequestHandler.class.php | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.20.1