From 97e1b670edc03c8370367f1e1361e7c2b05fb261 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sun, 10 Jul 2016 13:05:54 +0200 Subject: [PATCH] Removed unnecessary docblocks. --- src/application/controllers/api/v1/Customers.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/application/controllers/api/v1/Customers.php b/src/application/controllers/api/v1/Customers.php index 9a5c6404..e84e88d8 100644 --- a/src/application/controllers/api/v1/Customers.php +++ b/src/application/controllers/api/v1/Customers.php @@ -99,8 +99,6 @@ class Customers extends API_V1_Controller { * PUT API Method * * @param int $id The record ID to be updated. - * - * @return @return \EA\Engine\Api\V1\Response Returns data response. */ public function put($id) { try { @@ -131,8 +129,6 @@ class Customers extends API_V1_Controller { * DELETE API Method * * @param int $id The record ID to be deleted. - * - * @return @return \EA\Engine\Api\V1\Response Returns data response. */ public function delete($id) { try {