]> source.dussan.org Git - nextcloud-server.git/commitdiff
update PHPDoc
authorThomas Mueller <thomas.mueller@tmit.eu>
Sun, 24 Nov 2013 20:18:14 +0000 (21:18 +0100)
committerThomas Mueller <thomas.mueller@tmit.eu>
Sun, 24 Nov 2013 20:18:14 +0000 (21:18 +0100)
lib/private/request.php

index 54e6d8148462bf6e9487919f65b0409bc0c2d2ff..d11e5b16cfe00a77c8919ca62405794128d058e9 100755 (executable)
@@ -9,6 +9,7 @@
 class OC_Request {
        /**
         * @brief Check overwrite condition
+        * @param string $type
         * @returns bool
         */
        private static function isOverwriteCondition($type = '') {