From 55873a764b83b7993498004cb1d9d151ae446141 Mon Sep 17 00:00:00 2001 From: Demin Yin Date: Tue, 31 Dec 2024 11:42:36 -0800 Subject: [PATCH] document new constants added since v6.0.0-beta --- src/core/Constant.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/core/Constant.php b/src/core/Constant.php index 7e1b3cc..b1ae7be 100644 --- a/src/core/Constant.php +++ b/src/core/Constant.php @@ -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';