💡 PHPDoc for REST API

This commit is contained in:
Pierre Goiffon
2019-03-04 16:00:22 +01:00
parent 3de7aa1ada
commit 44f5d71e1b
4 changed files with 18 additions and 7 deletions

View File

@@ -36,8 +36,8 @@ class BasicServices extends WebServicesBase
/**
* Get the server version (TODO: get it dynamically, where ?)
*
* @return WebServiceResult
*
* @return string WebServiceResult
*/
static public function GetVersion()
{