Skip to content

Commit

Permalink
Update CS dependencies (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse authored Mar 19, 2024
1 parent 45b613e commit 887181f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NOT RELEASED

### Changed

- AWS enhancement: Documentation updates.

## 2.0.0

### BC-BREAK
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/KmsInvalidKeyUsageException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use AsyncAws\Core\Exception\Http\ClientException;

/**
* The request was rejected for one of the following reasons:.
* The request was rejected for one of the following reasons:
*
* - The KeyUsage value of the KMS key is incompatible with the API operation.
* - The encryption algorithm or signing algorithm specified for the operation is incompatible with the type of key
Expand Down
2 changes: 1 addition & 1 deletion src/Input/CreateQueueRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
final class CreateQueueRequest extends Input
{
/**
* The name of the new queue. The following limits apply to this name:.
* The name of the new queue. The following limits apply to this name:
*
* - A queue name can have up to 80 characters.
* - Valid values: alphanumeric characters, hyphens (`-`), and underscores (`_`).
Expand Down
2 changes: 1 addition & 1 deletion src/SqsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public function changeMessageVisibilityBatch($input): ChangeMessageVisibilityBat
}

/**
* Creates a new standard or FIFO queue. You can pass one or more attributes in the request. Keep the following in mind:.
* Creates a new standard or FIFO queue. You can pass one or more attributes in the request. Keep the following in mind:
*
* - If you don't specify the `FifoQueue` attribute, Amazon SQS creates a standard queue.
*
Expand Down
2 changes: 1 addition & 1 deletion src/ValueObject/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ final class Message
private $body;

/**
* A map of the attributes requested in `ReceiveMessage` to their respective values. Supported attributes:.
* A map of the attributes requested in `ReceiveMessage` to their respective values. Supported attributes:
*
* - `ApproximateReceiveCount`
* - `ApproximateFirstReceiveTimestamp`
Expand Down

0 comments on commit 887181f

Please sign in to comment.