@@ -87,8 +87,9 @@ discard block |
||
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 |
||
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 |