update PHPDoc

This commit is contained in:
Thomas Mueller 2013-11-24 21:18:14 +01:00
parent 2ce850f7db
commit 6229f457d0
1 changed files with 1 additions and 0 deletions

View File

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