Corrects annotations in API

This commit is contained in:
Michael Rosenberger
2018-12-05 11:42:02 +01:00
parent a2f205bae3
commit 98f6ad183e
21 changed files with 88 additions and 87 deletions

View File

@@ -52,7 +52,7 @@ class SubDomains extends ApiCommand implements ResourceEntity
*
* @access admin, customer
* @throws Exception
* @return array
* @return string json-encoded array
*/
public function add()
{
@@ -328,7 +328,7 @@ class SubDomains extends ApiCommand implements ResourceEntity
*
* @access admin, customer
* @throws Exception
* @return array
* @return string json-encoded array
*/
public function get()
{
@@ -438,7 +438,7 @@ class SubDomains extends ApiCommand implements ResourceEntity
*
* @access admin, customer
* @throws Exception
* @return array
* @return string json-encoded array
*/
public function update()
{
@@ -656,7 +656,7 @@ class SubDomains extends ApiCommand implements ResourceEntity
*
* @access admin, customer
* @throws Exception
* @return array count|list
* @return string json-encoded array count|list
*/
public function listing()
{
@@ -733,7 +733,7 @@ class SubDomains extends ApiCommand implements ResourceEntity
*
* @access admin, customer
* @throws Exception
* @return array
* @return string json-encoded array
*/
public function delete()
{