Skip to content

Commit 8b6e0da

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Unit/CodeBuildClientTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public function testStartBuild(): void
3434

3535
$input = new StartBuildInput([
3636
'projectName' => 'change me',
37-
3837
]);
3938
$result = $client->startBuild($input);
4039

0 commit comments

Comments
 (0)