Skip to content

Commit 5e207ee

Browse files
authored
Update CS dependencies (#1688)
1 parent b06072e commit 5e207ee

File tree

137 files changed

+252
-168
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+252
-168
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"symfony/service-contracts": "^1.0 || ^2.0 || ^3.0"
1818
},
1919
"require-dev": {
20-
"friendsofphp/php-cs-fixer": "~3.24.0",
20+
"friendsofphp/php-cs-fixer": "~3.52.0",
2121
"illuminate/cache": "^6.18.13 || ^7.10 || ^8.0 || ^9.0",
2222
"illuminate/queue": "^6.18.13 || ^7.10 || ^8.0 || ^9.0",
2323
"illuminate/support": "^6.18.13 || ^7.10 || ^8.0 || ^9.0",
@@ -27,7 +27,7 @@
2727
"nette/utils": "^3.0 || ^4.0",
2828
"nikic/php-parser": "^4.0",
2929
"nyholm/symfony-bundle-test": "^3.0",
30-
"phpstan/phpstan": "1.10.21",
30+
"phpstan/phpstan": "1.10.63",
3131
"psalm/phar": "5.14.1",
3232
"psr/cache": "^1.0 || ^2.0 || ^3.0",
3333
"swaggest/json-diff": "^3.7",

src/CodeGenerator/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ext-SimpleXML": "*",
99
"ext-dom": "*",
1010
"ext-json": "*",
11-
"friendsofphp/php-cs-fixer": "~3.24.0",
11+
"friendsofphp/php-cs-fixer": "~3.52.0",
1212
"nette/php-generator": "^3.6 || ^4.1",
1313
"nette/utils": "^3.0 || ^4.0",
1414
"nikic/php-parser": "^4.0",

src/Integration/Laravel/Queue/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Changed
6+
7+
- Fix CS
8+
59
## 1.0.0
610

711
### Added

src/Integration/Laravel/Queue/src/Job/AsyncAwsSqsJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public function getRawBody()
109109
/**
110110
* Get the underlying SQS client instance.
111111
*
112-
* @return \AsyncAws\Sqs\SqsClient
112+
* @return SqsClient
113113
*/
114114
public function getSqs()
115115
{

src/Service/CloudFormation/src/Input/DescribeStackEventsInput.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
final class DescribeStackEventsInput extends Input
1313
{
1414
/**
15-
* The name or the unique stack ID that's associated with the stack, which aren't always interchangeable:.
15+
* The name or the unique stack ID that's associated with the stack, which aren't always interchangeable:
1616
*
1717
* - Running stacks: You can specify either the stack's name or its unique stack ID.
1818
* - Deleted stacks: You must specify the unique stack ID.

src/Service/CloudFormation/src/ValueObject/Stack.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ final class Stack
9191
private $stackStatusReason;
9292

9393
/**
94-
* Boolean to enable or disable rollback on stack creation failures:.
94+
* Boolean to enable or disable rollback on stack creation failures:
9595
*
9696
* - `true`: disable rollback.
9797
* - `false`: enable rollback.

src/Service/CloudWatchLogs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
- AWS api-change: refine the list of available regions
88

9+
### Changed
10+
11+
- AWS enhancement: Documentation updates.
12+
913
## 2.1.1
1014

1115
### Changed

src/Service/CloudWatchLogs/src/Input/CreateLogGroupRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ final class CreateLogGroupRequest extends Input
4646
private $tags;
4747

4848
/**
49-
* Use this parameter to specify the log group class for this log group. There are two classes:.
49+
* Use this parameter to specify the log group class for this log group. There are two classes:
5050
*
5151
* - The `Standard` log class supports all CloudWatch Logs features.
5252
* - The `Infrequent Access` log class supports a subset of CloudWatch Logs features and incurs lower costs.

src/Service/CodeBuild/src/Input/StartBuildInput.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ final class StartBuildInput extends Input
5050

5151
/**
5252
* The version of the build input to be built, for this build only. If not specified, the latest version is used. If
53-
* specified, the contents depends on the source provider:.
53+
* specified, the contents depends on the source provider:
5454
*
5555
* - `CodeCommit`:
5656
*
@@ -298,7 +298,7 @@ final class StartBuildInput extends Input
298298
private $registryCredentialOverride;
299299

300300
/**
301-
* The type of credentials CodeBuild uses to pull images in your build. There are two valid values:.
301+
* The type of credentials CodeBuild uses to pull images in your build. There are two valid values:
302302
*
303303
* - `CODEBUILD`:
304304
*

src/Service/CodeBuild/src/ValueObject/Build.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ final class Build
5353
private $currentPhase;
5454

5555
/**
56-
* The current status of the build. Valid values include:.
56+
* The current status of the build. Valid values include:
5757
*
5858
* - `FAILED`: The build failed.
5959
* - `FAULT`: The build faulted.
@@ -119,7 +119,7 @@ final class Build
119119
private $secondarySources;
120120

121121
/**
122-
* An array of `ProjectSourceVersion` objects. Each `ProjectSourceVersion` must be one of:.
122+
* An array of `ProjectSourceVersion` objects. Each `ProjectSourceVersion` must be one of:
123123
*
124124
* - For CodeCommit: the commit ID, branch, or Git tag to use.
125125
* - For GitHub: the commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source
@@ -199,7 +199,7 @@ final class Build
199199
private $buildComplete;
200200

201201
/**
202-
* The entity that started the build. Valid values include:.
202+
* The entity that started the build. Valid values include:
203203
*
204204
* - If CodePipeline started the build, the pipeline's name (for example, `codepipeline/my-demo-pipeline`).
205205
* - If a user started the build, the user's name (for example, `MyUserName`).

0 commit comments

Comments
 (0)