File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 6363 'short_scalar_cast ' => true ,
6464 'single_trait_insert_per_statement ' => true ,
6565 'ternary_to_null_coalescing ' => true ,
66+ 'trailing_comma_in_multiline ' => false ,
6667 'visibility_required ' => true ,
6768 ])
6869 ->setFinder ($ finder )
Original file line number Diff line number Diff line change 1717 "symfony/service-contracts" : " ^1.0 || ^2.0 || ^3.0"
1818 },
1919 "require-dev" : {
20- "friendsofphp/php-cs-fixer" : " ~3.60 .0" ,
20+ "friendsofphp/php-cs-fixer" : " ~3.64 .0" ,
2121 "illuminate/cache" : " ^6.18.13 || ^7.10 || ^8.0 || ^9.0 || ^10.0 || ^11.0" ,
2222 "illuminate/queue" : " ^6.18.11 || ^7.10 || ^8.0 || ^9.0 || ^10.0 || ^11.0" ,
2323 "illuminate/support" : " ^6.18.13 || ^7.10 || ^8.0 || ^9.0 || ^10.0 || ^11.0" ,
Original file line number Diff line number Diff line change 66
77- Added support for EKS Pod Identity
88
9+ ### Changed
10+
11+ - Fix CS
12+
913## 1.22.1
1014
1115### Changed
Original file line number Diff line number Diff 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 ' ;
You can’t perform that action at this time.
0 commit comments