From 8b928a01782cfb81fc2c6e7a1204d5e1406118e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 1 Sep 2020 04:35:14 +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 --- http-server/Route/Annotation/Websocket.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/http-server/Route/Annotation/Websocket.php b/http-server/Route/Annotation/Websocket.php index 24203f1e..fb4ebfec 100644 --- a/http-server/Route/Annotation/Websocket.php +++ b/http-server/Route/Annotation/Websocket.php @@ -12,9 +12,9 @@ use Snowflake\Annotation\Annotation; class Websocket extends Annotation { - const MESSAGE = 'Message:'; - const HANDSHAKE = 'Handshake:'; - const CLOSE = 'Close:'; + const MESSAGE = 'Message'; + const HANDSHAKE = 'Handshake'; + const CLOSE = 'Close'; private $Message = 'required|not empty';