Skip to content

Commit 99f0474

Browse files
authored
Upgrade php-cs-fixer to version 3.64 (#1791)
1 parent 7b4ccf3 commit 99f0474

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
- Added support for EKS Pod Identity
88

9+
### Changed
10+
11+
- Fix CS
12+
913
## 1.22.1
1014

1115
### Changed

tests/Unit/AbstractApiTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ protected function getEndpointMetadata(?string $region): array
8787

8888
protected function discoverEndpoints(?string $region): array
8989
{
90-
return [new class() implements EndpointInterface {
90+
return [new class implements EndpointInterface {
9191
public function getAddress(): string
9292
{
9393
return 'https://foobar.discovered.amazonaws.com';

0 commit comments

Comments
 (0)