Corrects annotations in API
This commit is contained in:
@@ -23,7 +23,7 @@ class Customers extends ApiCommand implements ResourceEntity
|
||||
*
|
||||
* @access admin
|
||||
* @throws Exception
|
||||
* @return array count|list
|
||||
* @return string json-encoded array count|list
|
||||
*/
|
||||
public function listing()
|
||||
{
|
||||
@@ -65,7 +65,7 @@ class Customers extends ApiCommand implements ResourceEntity
|
||||
*
|
||||
* @access admin, customer
|
||||
* @throws Exception
|
||||
* @return array
|
||||
* @return string json-encoded array
|
||||
*/
|
||||
public function get()
|
||||
{
|
||||
@@ -205,7 +205,7 @@ class Customers extends ApiCommand implements ResourceEntity
|
||||
*
|
||||
* @access admin
|
||||
* @throws Exception
|
||||
* @return array
|
||||
* @return string json-encoded array
|
||||
*/
|
||||
public function add()
|
||||
{
|
||||
@@ -845,7 +845,7 @@ class Customers extends ApiCommand implements ResourceEntity
|
||||
*
|
||||
* @access admin, customer
|
||||
* @throws Exception
|
||||
* @return array
|
||||
* @return string json-encoded array
|
||||
*/
|
||||
public function update()
|
||||
{
|
||||
@@ -1378,7 +1378,7 @@ class Customers extends ApiCommand implements ResourceEntity
|
||||
*
|
||||
* @access admin
|
||||
* @throws Exception
|
||||
* @return array
|
||||
* @return string json-encoded array
|
||||
*/
|
||||
public function delete()
|
||||
{
|
||||
@@ -1625,7 +1625,7 @@ class Customers extends ApiCommand implements ResourceEntity
|
||||
*
|
||||
* @access admin
|
||||
* @throws Exception
|
||||
* @return array
|
||||
* @return string json-encoded array
|
||||
*/
|
||||
public function unlock()
|
||||
{
|
||||
@@ -1670,7 +1670,7 @@ class Customers extends ApiCommand implements ResourceEntity
|
||||
*
|
||||
* @access admin
|
||||
* @throws Exception
|
||||
* @return array
|
||||
* @return string json-encoded array
|
||||
*/
|
||||
public function move()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user