Passed
Push — master ( 01baf6...9ed857 )
by Vitor de
04:10
created
src/Hek/ApiClient.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
 
47 47
     /**
48 48
      * @param $client
49
-     * @return Client
49
+     * @return ApiClient
50 50
      */
51 51
     public function setClient($client)
52 52
     {
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
 
69 69
     /**
70 70
      * @param string $uniqueId
71
-     * @return Client
71
+     * @return ApiClient
72 72
      */
73 73
     public function setUniqueId($uniqueId)
74 74
     {
@@ -174,7 +174,7 @@  discard block
 block discarded – undo
174 174
     }
175 175
 
176 176
     /**
177
-     * @param \GuzzleHttp\Message\ResponseInterface $response
177
+     * @param \Psr\Http\Message\ResponseInterface $response
178 178
      * @return void
179 179
      */
180 180
     private function logResponse(
@@ -191,8 +191,8 @@  discard block
 block discarded – undo
191 191
     }
192 192
 
193 193
     /**
194
-     * @param \GuzzleHttp\Message\ResponseInterface $response
195
-     * @return bool
194
+     * @param \Psr\Http\Message\ResponseInterface $response
195
+     * @return boolean|null
196 196
      */
197 197
     private function checkResponse(
198 198
         \Psr\Http\Message\ResponseInterface $response
@@ -222,7 +222,7 @@  discard block
 block discarded – undo
222 222
      * Sets the value of Configuration
223 223
      *
224 224
      * @param Interfaces\Configuration $configuration
225
-     * @return Client
225
+     * @return ApiClient
226 226
      */
227 227
     public function setConfiguration(Interfaces\Configuration $configuration)
228 228
     {
Please login to merge, or discard this patch.
src/Hek/Exceptions/MethodNotAllowed.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 {
7 7
     /**
8 8
      * @param string    $methodName
9
-     * @param Exception $previous
10 9
      */
11 10
     public function __construct($methodName)
12 11
     {
Please login to merge, or discard this patch.