From e88731a477991f54120939724da3c8a455c48b97 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Mon, 21 Apr 2014 15:44:54 +0200 Subject: Some more PHPDoc fixes --- lib/private/request.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/private/request.php') diff --git a/lib/private/request.php b/lib/private/request.php index 93cb322f1b3..90f7488eea5 100755 --- a/lib/private/request.php +++ b/lib/private/request.php @@ -201,6 +201,7 @@ class OC_Request { /** * @brief get Path info from request, not urldecoded + * @throws Exception * @return string Path info or false when not found */ public static function getRawPathInfo() { -- cgit v1.2.3