Skip to content

Commit 85b502d

Browse files
authored
docs(config): update phpdocs for such keys
1 parent 69bcac9 commit 85b502d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/idempotency.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
| This option defines how to handle duplicate requests.
5757
| Available options:
5858
| - replay: Sends the same response seen previously.
59-
| - exception: Throws a DuplicateIdempotencyRequestException.
59+
| - exception: Throws a DuplicateIdempotencyException.
6060
|
6161
*/
6262
'duplicate_handling' => 'replay',
@@ -81,7 +81,7 @@
8181
| to be acquired in case of a race condition.
8282
|
8383
*/
84-
'max_lock_wait_time' => 10,
84+
'max_lock_wait_time' => 10, // 10 seconds
8585

8686
/*
8787
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)