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 committed Jun 13, 2023
1 parent 9578a9b commit b003b20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Unit/AppSyncClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public function testListApiKeys(): void

$input = new ListApiKeysRequest([
'apiId' => 'api123',

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

Expand Down

0 comments on commit b003b20

Please sign in to comment.