diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-11-24 21:18:14 +0100 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-11-24 21:18:14 +0100 |
commit | 6229f457d00e8abce59396af38b7800fe83e2986 (patch) | |
tree | b5b5fbc65eb180fbe0493611643976891f7905f3 /lib/private/request.php | |
parent | 2ce850f7dbdc7759f250715f1e97036a93bc0ac1 (diff) | |
download | nextcloud-server-6229f457d00e8abce59396af38b7800fe83e2986.tar.gz nextcloud-server-6229f457d00e8abce59396af38b7800fe83e2986.zip |
update PHPDoc
Diffstat (limited to 'lib/private/request.php')
-rwxr-xr-x | lib/private/request.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/request.php b/lib/private/request.php index 54e6d814846..d11e5b16cfe 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 = '') { |