Completed
Push — master ( 44676f...b7bc18 )
by Jens
13:18
created
src/Core/Client/Adapter/Guzzle5Adapter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
     /**
105 105
      * @param RequestInterface $request
106 106
      * @param array $clientOptions
107
-     * @return ResponseInterface
107
+     * @return null|Response
108 108
      * @throws \Commercetools\Core\Error\ApiException
109 109
      * @throws \Commercetools\Core\Error\BadGatewayException
110 110
      * @throws \Commercetools\Core\Error\ConcurrentModificationException
@@ -187,7 +187,7 @@  discard block
 block discarded – undo
187 187
     }
188 188
 
189 189
     /**
190
-     * @param array $requests
190
+     * @param RequestInterface[] $requests
191 191
      * @param array $clientOptions
192 192
      * @return array
193 193
      */
Please login to merge, or discard this patch.
src/Core/Response/AbstractApiResponse.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
     }
106 106
 
107 107
     /**
108
-     * @param $fieldName
108
+     * @param string $fieldName
109 109
      * @param mixed $default
110 110
      * @return mixed
111 111
      */
Please login to merge, or discard this patch.