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