@@ -377,6 +377,7 @@ |
||
| 377 | 377 | |
| 378 | 378 | /** |
| 379 | 379 | * Parse response. |
| 380 | + * @param \Psr\Http\Message\ResponseInterface $response |
|
| 380 | 381 | */ |
| 381 | 382 | protected function parse($response): array |
| 382 | 383 | { |
@@ -184,6 +184,7 @@ discard block |
||
| 184 | 184 | |
| 185 | 185 | /** |
| 186 | 186 | * Verify response. |
| 187 | + * @param \Psr\Http\Message\ResponseInterface $response |
|
| 187 | 188 | */ |
| 188 | 189 | protected function getResponse($response): array |
| 189 | 190 | { |
@@ -223,6 +224,7 @@ discard block |
||
| 223 | 224 | |
| 224 | 225 | /** |
| 225 | 226 | * Get identifier. |
| 227 | + * @param EndpointObjectInterface $endpoint_object |
|
| 226 | 228 | */ |
| 227 | 229 | protected function getResourceId(array $object, ?EndpointObjectInterface $endpoint_object = null): string |
| 228 | 230 | { |