Corrects annotations in API
This commit is contained in:
@@ -40,7 +40,7 @@ class Ftps extends ApiCommand implements ResourceEntity
|
||||
*
|
||||
* @access admin, customer
|
||||
* @throws Exception
|
||||
* @return array
|
||||
* @return string json-encoded array
|
||||
*/
|
||||
public function add()
|
||||
{
|
||||
@@ -238,7 +238,7 @@ class Ftps extends ApiCommand implements ResourceEntity
|
||||
*
|
||||
* @access admin, customer
|
||||
* @throws Exception
|
||||
* @return array
|
||||
* @return string json-encoded array
|
||||
*/
|
||||
public function get()
|
||||
{
|
||||
@@ -309,7 +309,7 @@ class Ftps extends ApiCommand implements ResourceEntity
|
||||
*
|
||||
* @access admin, customer
|
||||
* @throws Exception
|
||||
* @return array
|
||||
* @return string json-encoded array
|
||||
*/
|
||||
public function update()
|
||||
{
|
||||
@@ -421,7 +421,7 @@ class Ftps extends ApiCommand implements ResourceEntity
|
||||
*
|
||||
* @access admin, customer
|
||||
* @throws Exception
|
||||
* @return array count|list
|
||||
* @return string json-encoded array count|list
|
||||
*/
|
||||
public function listing()
|
||||
{
|
||||
@@ -454,7 +454,7 @@ class Ftps extends ApiCommand implements ResourceEntity
|
||||
*
|
||||
* @access admin, customer
|
||||
* @throws Exception
|
||||
* @return array
|
||||
* @return string json-encoded array
|
||||
*/
|
||||
public function delete()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user