Skip to content

Commit 0ba24d5

Browse files
authored
Update CS dependencies (#1688)
1 parent cdf4692 commit 0ba24d5

File tree

4 files changed

+8
-4
lines changed

4 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
## 1.7.1
610

711
### Changed

src/Input/PublishInput.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ final class PublishInput extends Input
9494
/**
9595
* Set `MessageStructure` to `json` if you want to send a different message for each protocol. For example, using one
9696
* publish action, you can send a short message to your SMS subscribers and a longer message to your email subscribers.
97-
* If you set `MessageStructure` to `json`, the value of the `Message` parameter must:.
97+
* If you set `MessageStructure` to `json`, the value of the `Message` parameter must:
9898
*
9999
* - be a syntactically valid JSON object; and
100100
* - contain at least a top-level JSON key of "default" with a value that is a string.

src/Input/SubscribeInput.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final class SubscribeInput extends Input
2222
private $topicArn;
2323

2424
/**
25-
* The protocol that you want to use. Supported protocols include:.
25+
* The protocol that you want to use. Supported protocols include:
2626
*
2727
* - `http` – delivery of JSON-encoded message via HTTP POST
2828
* - `https` – delivery of JSON-encoded message via HTTPS POST
@@ -41,7 +41,7 @@ final class SubscribeInput extends Input
4141
private $protocol;
4242

4343
/**
44-
* The endpoint that you want to receive notifications. Endpoints vary by protocol:.
44+
* The endpoint that you want to receive notifications. Endpoints vary by protocol:
4545
*
4646
* - For the `http` protocol, the (public) endpoint is a URL beginning with `http://`.
4747
* - For the `https` protocol, the (public) endpoint is a URL beginning with `https://`.

src/ValueObject/PublishBatchRequestEntry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ final class PublishBatchRequestEntry
3838
/**
3939
* Set `MessageStructure` to `json` if you want to send a different message for each protocol. For example, using one
4040
* publish action, you can send a short message to your SMS subscribers and a longer message to your email subscribers.
41-
* If you set `MessageStructure` to `json`, the value of the `Message` parameter must:.
41+
* If you set `MessageStructure` to `json`, the value of the `Message` parameter must:
4242
*
4343
* - be a syntactically valid JSON object; and
4444
* - contain at least a top-level JSON key of "default" with a value that is a string.

0 commit comments

Comments
 (0)