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

@@ -23,7 +23,7 @@ class Domains extends ApiCommand implements ResourceEntity
*
* @access admin
* @throws Exception
* @return array count|list
* @return string json-encoded array count|list
*/
public function listing()
{
@@ -66,7 +66,7 @@ class Domains extends ApiCommand implements ResourceEntity
*
* @access admin
* @throws Exception
* @return array
* @return string json-encoded array
*/
public function get()
{
@@ -180,7 +180,7 @@ class Domains extends ApiCommand implements ResourceEntity
*
* @access admin
* @throws Exception
* @return array
* @return string json-encoded array
*/
public function add()
{
@@ -737,7 +737,7 @@ class Domains extends ApiCommand implements ResourceEntity
*
* @access admin
* @throws Exception
* @return array
* @return string json-encoded array
*/
public function update()
{
@@ -1478,7 +1478,7 @@ class Domains extends ApiCommand implements ResourceEntity
*
* @access admin
* @throws Exception
* @return array
* @return string json-encoded array
*/
public function delete()
{
@@ -1625,11 +1625,11 @@ class Domains extends ApiCommand implements ResourceEntity
/**
* validate given ips
*
* @param int|string|array $p_ipsandports
* @param boolean $edit
* default false
* @param int|string|array $p_ipandports
* @param boolean $ssl
* default false
* @param int $edit_id
* default 0
*
* @throws Exception
* @return array