Skip to content

Commit 90db853

Browse files
CS and doc fixes (#1525)
* CS and doc fixes * Update static.yml
1 parent 7dfca95 commit 90db853

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Input/CreateUserRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ final class CreateUserRequest extends Input
4747
* policy can grant to an entity. To learn more, see Permissions boundaries for IAM entities [^1] in the *IAM User
4848
* Guide*.
4949
*
50-
* For more information about policy types, see Policy types [^2] in the *IAM User Guide*.
50+
* For more information about policy types, see Policy types [^2] in the *IAM User Guide*.
5151
*
5252
* [^1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html
5353
* [^2]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#access_policy-types

src/ValueObject/AttachedPermissionsBoundary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* An attached permissions boundary is a managed policy that has been attached to a user or role to set the permissions
1111
* boundary.
1212
*
13-
* For more information about permissions boundaries, see Permissions boundaries for IAM identities [^1] in the *IAM
13+
* For more information about permissions boundaries, see Permissions boundaries for IAM identities [^1] in the *IAM
1414
* User Guide*.
1515
*
1616
* [^1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html

src/ValueObject/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ final class User
8585
private $passwordLastUsed;
8686

8787
/**
88-
* For more information about permissions boundaries, see Permissions boundaries for IAM identities [^1] in the *IAM
88+
* For more information about permissions boundaries, see Permissions boundaries for IAM identities [^1] in the *IAM
8989
* User Guide*.
9090
*
9191
* [^1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html

0 commit comments

Comments
 (0)