Skip to content

Commit 51eb997

Browse files
chore: make class final instead of readonly
1 parent 00d9539 commit 51eb997

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Retry/RetryContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* @internal
88
*/
9-
readonly class RetryContext
9+
final class RetryContext
1010
{
1111
private const LONG_POLLING_OPERATIONS = [
1212
'sqs' => ['ReceiveMessage' => true],

0 commit comments

Comments
 (0)