@@ -77,8 +77,8 @@ |
||
| 77 | 77 | /** |
| 78 | 78 | * Make a DELETE request. |
| 79 | 79 | * |
| 80 | - * @param string $endpoint |
|
| 81 | 80 | * @param array $options |
| 81 | + * @param string $url |
|
| 82 | 82 | * @return object |
| 83 | 83 | */ |
| 84 | 84 | public function delete($url, array $options = []) |
@@ -151,7 +151,7 @@ discard block |
||
| 151 | 151 | /** |
| 152 | 152 | * Get the transactions for an order code. |
| 153 | 153 | * |
| 154 | - * @param int $orderCode |
|
| 154 | + * @param int $ordercode |
|
| 155 | 155 | * @return array |
| 156 | 156 | */ |
| 157 | 157 | public function getByOrder($ordercode) |
@@ -185,7 +185,6 @@ discard block |
||
| 185 | 185 | /** |
| 186 | 186 | * Get the transactions that were cleared on a given date. |
| 187 | 187 | * |
| 188 | - * @param \DateTimeInterface|string $date |
|
| 189 | 188 | * @return array |
| 190 | 189 | */ |
| 191 | 190 | public function getByClearanceDate($clearancedate) |
@@ -33,7 +33,7 @@ |
||
| 33 | 33 | /** |
| 34 | 34 | * Instantiate the Guzzlehttp client. |
| 35 | 35 | * |
| 36 | - * @return GuzzleHttp\Client |
|
| 36 | + * @return GuzzleClient |
|
| 37 | 37 | */ |
| 38 | 38 | protected function bootGuzzleClient() |
| 39 | 39 | { |