Completed
Push — master ( bd4337...d5933f )
by Raphaël
02:09
created
src/CertainApiClient.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -87,8 +87,9 @@  discard block
 block discarded – undo
87 87
 
88 88
     /**
89 89
      * Build the URI to request
90
-     * @param string|array $ressourceName
90
+     * @param string $ressourceName
91 91
      * @param string $ressourceId
92
+     * @param string $ressourcePath
92 93
      * @return string
93 94
      */
94 95
     private function builPathToCall($ressourceName,$ressourcePath =null, $ressourceId = null)
@@ -225,7 +226,7 @@  discard block
 block discarded – undo
225 226
 
226 227
     /**
227 228
      * Make the  Certain Api repsonse.
228
-     * @param ResponseInterface $response
229
+     * @param \Psr\Http\Message\ResponseInterface|null $response
229 230
      * @param string $contentType
230 231
      * @param boolean $assoc
231 232
      * @return array
Please login to merge, or discard this patch.