Test Failed
Push — master ( 2161c1...f2c904 )
by John
03:53
created
src/authnet/AuthnetJsonRequest.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -167,6 +167,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/authnet/AuthnetWebhooksRequest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -298,7 +298,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.