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';