Skip to content

Commit 7e5b1ea

Browse files
authored
Upgrade to PHP-CS-Fixer 3.17 (#1440)
Also add a rule to trim blank line inside `{}`, `[]` and `()`
1 parent 00817e2 commit 7e5b1ea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/Unit/CodeCommitClientTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ public function testCreateRepository(): void
3232

3333
$input = new CreateRepositoryInput([
3434
'repositoryName' => 'change me',
35-
3635
]);
3736
$result = $client->createRepository($input);
3837

@@ -72,7 +71,6 @@ public function testGetBranch(): void
7271
$client = new CodeCommitClient([], new NullProvider(), new MockHttpClient());
7372

7473
$input = new GetBranchInput([
75-
7674
]);
7775
$result = $client->getBranch($input);
7876

@@ -102,7 +100,6 @@ public function testGetDifferences(): void
102100
'repositoryName' => 'my-super-code-repository',
103101

104102
'afterCommitSpecifier' => 'change me',
105-
106103
]);
107104
$result = $client->getDifferences($input);
108105

@@ -115,7 +112,6 @@ public function testListRepositories(): void
115112
$client = new CodeCommitClient([], new NullProvider(), new MockHttpClient());
116113

117114
$input = new ListRepositoriesInput([
118-
119115
]);
120116
$result = $client->listRepositories($input);
121117

0 commit comments

Comments
 (0)