Skip to content

Commit

Permalink
Upgrade php-cs-fixer to version 3.64 (#1791)
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse authored Nov 11, 2024
1 parent 7b4ccf3 commit 99f0474
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

- Added support for EKS Pod Identity

### Changed

- Fix CS

## 1.22.1

### Changed
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/AbstractApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ protected function getEndpointMetadata(?string $region): array

protected function discoverEndpoints(?string $region): array
{
return [new class() implements EndpointInterface {
return [new class implements EndpointInterface {
public function getAddress(): string
{
return 'https://foobar.discovered.amazonaws.com';
Expand Down

0 comments on commit 99f0474

Please sign in to comment.