diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2013-10-31 19:00:53 +0100 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-10-31 19:00:53 +0100 |
commit | 0dbe90cc9ae1f8206efc81ce07e62e258918564e (patch) | |
tree | 98c3758c77c77348042cbb541064731e491a23c0 /lib/public/json.php | |
parent | be07e828ef67f7cc5ac576c9ebaea83693825c34 (diff) | |
download | nextcloud-server-0dbe90cc9ae1f8206efc81ce07e62e258918564e.tar.gz nextcloud-server-0dbe90cc9ae1f8206efc81ce07e62e258918564e.zip |
fix documentation stuff
Diffstat (limited to 'lib/public/json.php')
-rw-r--r-- | lib/public/json.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/json.php b/lib/public/json.php index 2186dd8ee49..9306587d5b6 100644 --- a/lib/public/json.php +++ b/lib/public/json.php @@ -35,7 +35,7 @@ namespace OCP; */ class JSON { /** - * @brief Encode and print $data in JSON format + * Encode and print $data in JSON format * @param array $data The data to use * @param string $setContentType the optional content type * @return string json formatted string. @@ -123,7 +123,7 @@ class JSON { } /** - * @brief set Content-Type header to jsonrequest + * Set Content-Type header to jsonrequest * @param array $type The contwnt type header * @return string json formatted string. */ |