From 6229f457d00e8abce59396af38b7800fe83e2986 Mon Sep 17 00:00:00 2001 From: Thomas Mueller Date: Sun, 24 Nov 2013 21:18:14 +0100 Subject: [PATCH] update PHPDoc --- lib/private/request.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/private/request.php b/lib/private/request.php index 54e6d81484..d11e5b16cf 100755 --- a/lib/private/request.php +++ b/lib/private/request.php @@ -9,6 +9,7 @@ class OC_Request { /** * @brief Check overwrite condition + * @param string $type * @returns bool */ private static function isOverwriteCondition($type = '') {