Skip to content

Commit

Permalink
document new constants added since v6.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
deminy committed Dec 31, 2024
1 parent 1e90fc0 commit 55873a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/core/Constant.php
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,14 @@ class Constant

public const OPTION_MESSAGE_QUEUE_KEY = 'message_queue_key';

/**
* @since 6.0.0-beta
*/
public const OPTION_BOOTSTRAP = 'bootstrap';

/**
* @since 6.0.0-beta
*/
public const OPTION_INIT_ARGUMENTS = 'init_arguments';

public const OPTION_BACKLOG = 'backlog';
Expand Down

0 comments on commit 55873a7

Please sign in to comment.