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 7b4ccf3 commit 99f0474Copy full SHA for 99f0474
CHANGELOG.md
@@ -6,6 +6,10 @@
6
7
- Added support for EKS Pod Identity
8
9
+### Changed
10
+
11
+- Fix CS
12
13
## 1.22.1
14
15
### Changed
tests/Unit/AbstractApiTest.php
@@ -87,7 +87,7 @@ protected function getEndpointMetadata(?string $region): array
87
88
protected function discoverEndpoints(?string $region): array
89
{
90
- return [new class() implements EndpointInterface {
+ return [new class implements EndpointInterface {
91
public function getAddress(): string
92
93
return 'https://foobar.discovered.amazonaws.com';
0 commit comments