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 0a62db6 commit 3d76c35
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/Unit/MediaConvertClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,9 @@ public function testCreateJob(): void
]));

$input = new CreateJobRequest([

'Role' => 'change me',
'Settings' => new JobSettings([

]),

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

Expand All @@ -63,7 +60,6 @@ public function testDescribeEndpoints(): void
$client = new MediaConvertClient([], new NullProvider(), new MockHttpClient());

$input = new DescribeEndpointsRequest([

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

Expand Down Expand Up @@ -95,7 +91,6 @@ public function testListJobs(): void
]));

$input = new ListJobsRequest([

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

Expand Down

0 comments on commit 3d76c35

Please sign in to comment.