From 8cf663fcda6106108b718a11cecbe2e7286e78b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 18 Sep 2020 22:02:29 +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 --- HttpServer/Route/Annotation/Websocket.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/HttpServer/Route/Annotation/Websocket.php b/HttpServer/Route/Annotation/Websocket.php index cac5d7e1..fb4ebfec 100644 --- a/HttpServer/Route/Annotation/Websocket.php +++ b/HttpServer/Route/Annotation/Websocket.php @@ -47,18 +47,6 @@ class Websocket extends Annotation } - /** - * @param string $path - * @param string $namespace - * @throws \ReflectionException - */ - public function registration_notes($path = '', $namespace = '') - { - var_dump(get_called_class()); - parent::registration_notes($path, $namespace); - } - - /** * @param $events * @param $comment