diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-05-19 17:50:53 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-05-19 17:50:53 +0200 |
commit | dc36d3095314db8d88c2ec1005d99af595c119da (patch) | |
tree | 9de515019d7ebae43a545e5dc4eb522ef71dbe9c /lib/private/ocsclient.php | |
parent | 95741f3936501e3ad6aeb26f93eeb28f9decc273 (diff) | |
download | nextcloud-server-dc36d3095314db8d88c2ec1005d99af595c119da.tar.gz nextcloud-server-dc36d3095314db8d88c2ec1005d99af595c119da.zip |
Remove all occurences of @brief and @returns from PHPDoc
* test case added to avoid adding them later
Diffstat (limited to 'lib/private/ocsclient.php')
-rw-r--r-- | lib/private/ocsclient.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/private/ocsclient.php b/lib/private/ocsclient.php index fb8282747eb..39d7e9ccccd 100644 --- a/lib/private/ocsclient.php +++ b/lib/private/ocsclient.php @@ -29,7 +29,7 @@ class OC_OCSClient{ /** - * @brief Get the url of the OCS AppStore server. + * Get the url of the OCS AppStore server. * @return string of the AppStore server * * This function returns the url of the OCS AppStore server. It´s possible @@ -47,7 +47,7 @@ class OC_OCSClient{ /** - * @brief Get the content of an OCS url call. + * Get the content of an OCS url call. * @return string of the response * This function calls an OCS server and returns the response. It also sets a sane timeout * @param string $url @@ -58,7 +58,7 @@ class OC_OCSClient{ } /** - * @brief Get all the categories from the OCS server + * Get all the categories from the OCS server * @return array an array of category ids * @note returns NULL if config value appstoreenabled is set to false * This function returns a list of all the application categories on the OCS server @@ -91,7 +91,7 @@ class OC_OCSClient{ } /** - * @brief Get all the applications from the OCS server + * Get all the applications from the OCS server * @return array an array of application data * * This function returns a list of all the applications on the OCS server @@ -148,7 +148,7 @@ class OC_OCSClient{ /** - * @brief Get an the applications from the OCS server + * Get an the applications from the OCS server * @param string $id * @return array an array of application data * @@ -191,7 +191,7 @@ class OC_OCSClient{ } /** - * @brief Get the download url for an application from the OCS server + * Get the download url for an application from the OCS server * @return array an array of application data * * This function returns an download url for an applications from the OCS server |