From eabc0fc13b0c2cf256c666efb9f37a9daac8fee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 31 Aug 2020 23:19:58 +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/Annotation/Annotation.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/Annotation/Annotation.php b/system/Annotation/Annotation.php index 35cff73b..014510dd 100644 --- a/system/Annotation/Annotation.php +++ b/system/Annotation/Annotation.php @@ -73,7 +73,7 @@ class Annotation extends BaseAnnotation /** - * @return string + * @return \HttpServer\Events\Http * @throws */ public function getHttp() @@ -83,7 +83,7 @@ class Annotation extends BaseAnnotation /** - * @return string + * @return Websocket * @throws */ public function getWebsocket()