Completed
Push — develop ( d9d9d5...ba997b )
by Guilherme
12:44 queued 09:39
created
src/ApigilityClient/Http/Response.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,8 @@
 block discarded – undo
29 29
     /**
30 30
     * Construtor
31 31
     *
32
-    * @param Zend\Http\Client   $client
33
-    * @param Zend\Http\Response $response
32
+    * @param ZendHttpClient   $client
33
+    * @param ZendHttpResponse $response
34 34
     */
35 35
     public function __construct(ZendHttpClient $client, ZendHttpResponse $response)
36 36
     {
Please login to merge, or discard this patch.
src/ApigilityClient/Http/Response/TriggerException.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@
 block discarded – undo
12 12
     /**
13 13
      * Throws an exception
14 14
      *
15
-     * @param  Zend\Http\Client   $client
16
-     * @param  Zend\Http\Response $response
15
+     * @param  ZendHttpClient   $client
16
+     * @param  ZendHttpResponse $response
17 17
      * @param  string|null        $message
18 18
      * @throws ApigilityClient\Exception\RuntimeException
19 19
      */
Please login to merge, or discard this patch.