Skip to content

Commit bb04b63

Browse files
authored
Update php-cs-fixer (#1353)
1 parent 600403b commit bb04b63

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

src/CodeBuildClient.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class CodeBuildClient extends AbstractApi
4141
*
4242
* @param array{
4343
* ids: string[],
44+
*
4445
* @region?: string,
4546
* }|BatchGetBuildsInput $input
4647
*
@@ -94,6 +95,7 @@ public function batchGetBuilds($input): BatchGetBuildsOutput
9495
* registryCredentialOverride?: RegistryCredential|array,
9596
* imagePullCredentialsTypeOverride?: ImagePullCredentialsType::*,
9697
* debugSessionEnabled?: bool,
98+
*
9799
* @region?: string,
98100
* }|StartBuildInput $input
99101
*
@@ -121,6 +123,7 @@ public function startBuild($input): StartBuildOutput
121123
*
122124
* @param array{
123125
* id: string,
126+
*
124127
* @region?: string,
125128
* }|StopBuildInput $input
126129
*

src/Input/BatchGetBuildsInput.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ final class BatchGetBuildsInput extends Input
2121
/**
2222
* @param array{
2323
* ids?: string[],
24+
*
2425
* @region?: string,
2526
* } $input
2627
*/

src/Input/StartBuildInput.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ final class StartBuildInput extends Input
293293
* registryCredentialOverride?: RegistryCredential|array,
294294
* imagePullCredentialsTypeOverride?: ImagePullCredentialsType::*,
295295
* debugSessionEnabled?: bool,
296+
*
296297
* @region?: string,
297298
* } $input
298299
*/

src/Input/StopBuildInput.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ final class StopBuildInput extends Input
2121
/**
2222
* @param array{
2323
* id?: string,
24+
*
2425
* @region?: string,
2526
* } $input
2627
*/

0 commit comments

Comments
 (0)