diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-09-30 16:12:58 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-09-30 16:12:58 +0200 |
commit | e881be79266910a9c69571dd4525912a2d799f68 (patch) | |
tree | caa4fd3992e73877409126f967f05cfbb507ec86 | |
parent | 5292a14cdfa9efe6d9220b341f3261fe72c39b17 (diff) | |
parent | 67f8875f476cddb87157200f93b2e1a82576de02 (diff) | |
download | nextcloud-server-e881be79266910a9c69571dd4525912a2d799f68.tar.gz nextcloud-server-e881be79266910a9c69571dd4525912a2d799f68.zip |
Merge pull request #11366 from owncloud/invalid-doc
Remove invalid PHPDoc
-rw-r--r-- | lib/private/ocs.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/private/ocs.php b/lib/private/ocs.php index aeb3d259b30..214b28fa22c 100644 --- a/lib/private/ocs.php +++ b/lib/private/ocs.php @@ -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=''; |