Skip to content

Commit 35d629a

Browse files
authored
Update CS dependencies (#1688)
1 parent cbe974a commit 35d629a

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

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+
- AWS enhancement: Documentation updates.
8+
59
## 2.2.1
610

711
### Changed

src/Input/CreateSecretRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ final class CreateSecretRequest extends Input
111111

112112
/**
113113
* A list of tags to attach to the secret. Each tag is a key and value pair of strings in a JSON text string, for
114-
* example:.
114+
* example:
115115
*
116116
* `[{"Key":"CostCenter","Value":"12345"},{"Key":"environment","Value":"production"}]`
117117
*

src/Result/CreateSecretResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class CreateSecretResponse extends Result
3232
private $versionId;
3333

3434
/**
35-
* A list of the replicas of this secret and their status:.
35+
* A list of the replicas of this secret and their status:
3636
*
3737
* - `Failed`, which indicates that the replica was not created.
3838
* - `InProgress`, which indicates that Secrets Manager is in the process of creating the replica.

src/ValueObject/Filter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
final class Filter
1515
{
1616
/**
17-
* The following are keys you can use:.
17+
* The following are keys you can use:
1818
*
1919
* - **description**: Prefix match, not case-sensitive.
2020
* - **name**: Prefix match, case-sensitive.

0 commit comments

Comments
 (0)