Skip to content

Commit 2cfac29

Browse files
authored
Update CS dependencies (#1688)
1 parent f05f148 commit 2cfac29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Input/DescribeStackEventsInput.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
final class DescribeStackEventsInput extends Input
1313
{
1414
/**
15-
* The name or the unique stack ID that's associated with the stack, which aren't always interchangeable:.
15+
* The name or the unique stack ID that's associated with the stack, which aren't always interchangeable:
1616
*
1717
* - Running stacks: You can specify either the stack's name or its unique stack ID.
1818
* - Deleted stacks: You must specify the unique stack ID.

src/ValueObject/Stack.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ final class Stack
9191
private $stackStatusReason;
9292

9393
/**
94-
* Boolean to enable or disable rollback on stack creation failures:.
94+
* Boolean to enable or disable rollback on stack creation failures:
9595
*
9696
* - `true`: disable rollback.
9797
* - `false`: enable rollback.

0 commit comments

Comments
 (0)