Skip to content

Commit 6cb45a1

Browse files
authored
Update CS dependencies (#1688)
1 parent 4572b46 commit 6cb45a1

File tree

7 files changed

+10
-6
lines changed

7 files changed

+10
-6
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.1.0
610

711
### Added

src/Exception/InvalidAlarmConfigException.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 format of the alarm configuration is invalid. Possible causes include:.
8+
* The format of the alarm configuration is invalid. Possible causes include:
99
*
1010
* - The alarm list is null.
1111
* - The alarm object is null.

src/Exception/InvalidTargetInstancesException.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 target instance configuration is invalid. Possible causes include:.
8+
* The target instance configuration is invalid. Possible causes include:
99
*
1010
* - Configuration data for target instances was entered for an in-place deployment.
1111
* - The limit of 10 tags for a tag type was exceeded.

src/ValueObject/DeploymentInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ final class DeploymentInfo
108108
private $description;
109109

110110
/**
111-
* The means by which the deployment was created:.
111+
* The means by which the deployment was created:
112112
*
113113
* - `user`: A user created the deployment.
114114
* - `autoscaling`: Amazon EC2 Auto Scaling created the deployment.

src/ValueObject/EC2TagFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ final class EC2TagFilter
2525
private $value;
2626

2727
/**
28-
* The tag filter type:.
28+
* The tag filter type:
2929
*
3030
* - `KEY_ONLY`: Key only.
3131
* - `VALUE_ONLY`: Value only.

src/ValueObject/RevisionLocation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
final class RevisionLocation
1212
{
1313
/**
14-
* The type of application revision:.
14+
* The type of application revision:
1515
*
1616
* - S3: An application revision stored in Amazon S3.
1717
* - GitHub: An application revision stored in GitHub (EC2/On-premises deployments only).

src/ValueObject/S3Location.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ final class S3Location
2525
private $key;
2626

2727
/**
28-
* The file type of the application revision. Must be one of the following:.
28+
* The file type of the application revision. Must be one of the following:
2929
*
3030
* - `tar`: A tar archive file.
3131
* - `tgz`: A compressed tar archive file.

0 commit comments

Comments
 (0)