Skip to content

Commit 887181f

Browse files
authored
Update CS dependencies (#1688)
1 parent 45b613e commit 887181f

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
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.0.0
610

711
### BC-BREAK

src/Exception/KmsInvalidKeyUsageException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use AsyncAws\Core\Exception\Http\ClientException;
66

77
/**
8-
* The request was rejected for one of the following reasons:.
8+
* The request was rejected for one of the following reasons:
99
*
1010
* - The KeyUsage value of the KMS key is incompatible with the API operation.
1111
* - The encryption algorithm or signing algorithm specified for the operation is incompatible with the type of key

src/Input/CreateQueueRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
final class CreateQueueRequest extends Input
1212
{
1313
/**
14-
* The name of the new queue. The following limits apply to this name:.
14+
* The name of the new queue. The following limits apply to this name:
1515
*
1616
* - A queue name can have up to 80 characters.
1717
* - Valid values: alphanumeric characters, hyphens (`-`), and underscores (`_`).

src/SqsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public function changeMessageVisibilityBatch($input): ChangeMessageVisibilityBat
193193
}
194194

195195
/**
196-
* Creates a new standard or FIFO queue. You can pass one or more attributes in the request. Keep the following in mind:.
196+
* Creates a new standard or FIFO queue. You can pass one or more attributes in the request. Keep the following in mind:
197197
*
198198
* - If you don't specify the `FifoQueue` attribute, Amazon SQS creates a standard queue.
199199
*

src/ValueObject/Message.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ final class Message
4040
private $body;
4141

4242
/**
43-
* A map of the attributes requested in `ReceiveMessage` to their respective values. Supported attributes:.
43+
* A map of the attributes requested in `ReceiveMessage` to their respective values. Supported attributes:
4444
*
4545
* - `ApproximateReceiveCount`
4646
* - `ApproximateFirstReceiveTimestamp`

0 commit comments

Comments
 (0)