From 68e225c3b4d3c70f2d604b3064750ef56d65312a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 3 Apr 2023 14:03:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kiri-actor/ActorState.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kiri-actor/ActorState.php b/kiri-actor/ActorState.php index 9391ccc5..bdb6c017 100644 --- a/kiri-actor/ActorState.php +++ b/kiri-actor/ActorState.php @@ -7,6 +7,9 @@ enum ActorState case IDLE; case BUSY; + /** + * + */ case CREATE; case MESSAGE; case SHUTDOWN;