@@ -167,6 +167,7 @@ discard block |
||
167 | 167 | * Tells the handler to make the API call to Authorize.Net |
168 | 168 | * |
169 | 169 | * @throws \JohnConde\Authnet\AuthnetCurlException |
170 | + * @return string |
|
170 | 171 | */ |
171 | 172 | private function process() |
172 | 173 | { |
@@ -187,7 +188,7 @@ discard block |
||
187 | 188 | /** |
188 | 189 | * Sets the handler to be used to handle our API call. Mainly used for unit testing as Curl is used by default. |
189 | 190 | * |
190 | - * @param object $processor |
|
191 | + * @param \Curl\Curl $processor |
|
191 | 192 | */ |
192 | 193 | public function setProcessHandler($processor) |
193 | 194 | { |
@@ -298,7 +298,7 @@ |
||
298 | 298 | /** |
299 | 299 | * Sets the handler to be used to handle our API call. Mainly used for unit testing as Curl is used by default. |
300 | 300 | * |
301 | - * @param object $processor |
|
301 | + * @param \Curl\Curl $processor |
|
302 | 302 | */ |
303 | 303 | public function setProcessHandler($processor) |
304 | 304 | { |