From 71503fbdccabc8721e29bd894d64a8cc99375eb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 13 Jul 2021 16:20:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Runtime.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/System/Runtime.php b/System/Runtime.php index e38dcdb9..de415bf3 100644 --- a/System/Runtime.php +++ b/System/Runtime.php @@ -28,9 +28,10 @@ class Runtime extends Command /** * @param Input $dtl + * @return string * @throws Exception */ - public function onHandler(Input $dtl) + public function onHandler(Input $dtl): string { // TODO: Implement onHandler() method. $annotation = Snowflake::app()->getAnnotation();