Skip to content

Commit

Permalink
Upgrade to PHP-CS-Fixer 3.17 (#1440)
Browse files Browse the repository at this point in the history
Also add a rule to trim blank line inside `{}`, `[]` and `()`
  • Loading branch information
jderusse authored Jun 13, 2023
1 parent 40f159f commit 9ca6354
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Unit/SesClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public function testSendEmail(): void
$client = new SesClient([], new NullProvider(), new MockHttpClient());

$input = new SendEmailRequest([

'Destination' => new Destination([
'ToAddresses' => ['change me'],
'CcAddresses' => ['change me'],
Expand Down Expand Up @@ -59,7 +58,6 @@ public function testSendEmail(): void
'TemplateData' => 'change me',
]),
]),

]);
$result = $client->SendEmail($input);

Expand Down

0 comments on commit 9ca6354

Please sign in to comment.