@@ -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 | { |