Skip to content

Commit 55873a7

Browse files
committed
document new constants added since v6.0.0-beta
1 parent 1e90fc0 commit 55873a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/core/Constant.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,14 @@ class Constant
402402

403403
public const OPTION_MESSAGE_QUEUE_KEY = 'message_queue_key';
404404

405+
/**
406+
* @since 6.0.0-beta
407+
*/
405408
public const OPTION_BOOTSTRAP = 'bootstrap';
406409

410+
/**
411+
* @since 6.0.0-beta
412+
*/
407413
public const OPTION_INIT_ARGUMENTS = 'init_arguments';
408414

409415
public const OPTION_BACKLOG = 'backlog';

0 commit comments

Comments
 (0)