@@ -155,7 +155,6 @@ |
||
| 155 | 155 | /** |
| 156 | 156 | * Gets the client handler. |
| 157 | 157 | * |
| 158 | - * @param mixed $handler |
|
| 159 | 158 | */ |
| 160 | 159 | public function getHandler() |
| 161 | 160 | { |
@@ -7,7 +7,6 @@ discard block |
||
| 7 | 7 | /** |
| 8 | 8 | * Crate a new record. |
| 9 | 9 | * |
| 10 | - * @param array $data |
|
| 11 | 10 | * |
| 12 | 11 | * @return stdObject |
| 13 | 12 | */ |
@@ -17,7 +16,6 @@ discard block |
||
| 17 | 16 | * Update a existing record. |
| 18 | 17 | * |
| 19 | 18 | * @param int $id |
| 20 | - * @param array $data |
|
| 21 | 19 | * |
| 22 | 20 | * @return stdObject |
| 23 | 21 | */ |
@@ -30,8 +30,6 @@ |
||
| 30 | 30 | /** |
| 31 | 31 | * Create a new DataReceiver instance. |
| 32 | 32 | * |
| 33 | - * @param string $method |
|
| 34 | - * @param string $uri |
|
| 35 | 33 | * @param int $id |
| 36 | 34 | */ |
| 37 | 35 | public function __construct(Endpoint $endpoint, $id = null){ |
@@ -20,9 +20,8 @@ |
||
| 20 | 20 | /** |
| 21 | 21 | * Send the profitability Request. |
| 22 | 22 | * |
| 23 | - * @param int $id the product line id. |
|
| 24 | 23 | * |
| 25 | - * @return stdObject |
|
| 24 | + * @return string |
|
| 26 | 25 | */ |
| 27 | 26 | public function save() |
| 28 | 27 | { |