We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f24b18 commit c9f5cc7Copy full SHA for c9f5cc7
src/Result/DescribeEndpointsResponse.php
@@ -29,7 +29,7 @@ protected function populateResult(Response $response): void
29
{
30
$data = $response->toArray();
31
32
- $this->endpoints = $this->populateResultEndpoints($data['Endpoints']);
+ $this->endpoints = $this->populateResultEndpoints($data['Endpoints'] ?? []);
33
}
34
35
private function populateResultEndpoint(array $json): Endpoint
0 commit comments