Merge pull request #11366 from owncloud/invalid-doc

Remove invalid PHPDoc
This commit is contained in:
Morris Jobke 2014-09-30 16:12:58 +02:00
commit e881be7926
1 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
class OC_OCS {
/**
* reads input date from get/post/cookies and converts the date to a special data-type
* reads input data from get/post and converts the date to a special data-type
*
* @param string $method HTTP method to read the key from
* @param string $key Parameter to read
@ -93,8 +93,8 @@ class OC_OCS {
}
/**
* generated some debug information to make it easier to find faild API calls
* @return string data string
* generated some debug information to make it easier to find failed API calls
* @return string data
*/
private static function getDebugOutput() {
$txt='';