Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2013-11-25 00:18:14 +0400
committerThomas Mueller <thomas.mueller@tmit.eu>2013-11-25 00:18:14 +0400
commit6229f457d00e8abce59396af38b7800fe83e2986 (patch)
treeb5b5fbc65eb180fbe0493611643976891f7905f3 /lib/private/request.php
parent2ce850f7dbdc7759f250715f1e97036a93bc0ac1 (diff)
update PHPDoc
Diffstat (limited to 'lib/private/request.php')
-rwxr-xr-xlib/private/request.php1
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 = '') {